Skip to content
Snippets Groups Projects
Commit 2fec1b44 authored by Alan Zimmerman's avatar Alan Zimmerman
Browse files

EPA: match changes from GHC T19834

parent ef2304bb
Branches az/T19834-2
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ synifyTyCon prr _coax tc
, tcdFixity = synifyFixity tc
, tcdDataDefn = HsDataDefn { dd_ext = noAnn
, tcdDataDefn = HsDataDefn { dd_ext = noExtField
, dd_ND = DataType -- arbitrary lie, they are neither
-- algebraic data nor newtype:
, dd_ctxt = Nothing
......@@ -300,7 +300,7 @@ synifyTyCon _prr coax tc
cons = rights consRaw
-- "deriving" doesn't affect the signature, no need to specify any.
alg_deriv = []
defn = HsDataDefn { dd_ext = noAnn
defn = HsDataDefn { dd_ext = noExtField
, dd_ND = alg_nd
, dd_ctxt = alg_ctx
, dd_cType = Nothing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment