diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2019-03-19 17:47:55 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2019-03-19 17:47:57 -0400 |
commit | 2d9e36d51f76445ea7f459b6c454750110a65df0 (patch) | |
tree | c0e30d020ef2a238cc428dd49c4238c872372076 /compiler/rename/RnFixity.hs | |
parent | 6113d0d4540af7853c71e9f42a41c3b0bab386fd (diff) | |
download | haskell-wip/T15247.tar.gz |
WIP: NoExtCon (#15247)wip/T15247
[ci skip]
Diffstat (limited to 'compiler/rename/RnFixity.hs')
-rw-r--r-- | compiler/rename/RnFixity.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnFixity.hs b/compiler/rename/RnFixity.hs index 1fa81c8fc2..665d87747b 100644 --- a/compiler/rename/RnFixity.hs +++ b/compiler/rename/RnFixity.hs @@ -211,4 +211,4 @@ lookupFieldFixityRn (Ambiguous _ lrdr) = get_ambiguous_fixity (unLoc lrdr) format_ambig (elt, fix) = hang (ppr fix) 2 (pprNameProvenance elt) -lookupFieldFixityRn (XAmbiguousFieldOcc{}) = panic "lookupFieldFixityRn" +lookupFieldFixityRn (XAmbiguousFieldOcc nec) = noExtCon nec |