Skip to content
Snippets Groups Projects
Commit b1e8e215 authored by audreyt@audreyt.org's avatar audreyt@audreyt.org
Browse files

Another s/autrijus/audreyt/ in comments.

parent 795c86da
No related merge requests found
......@@ -753,7 +753,7 @@ gadt_constr :: { LConDecl RdrName }
{ LL (mkGadtDecl $1 $3) }
-- Syntax: Maybe merge the record stuff with the single-case above?
-- (to kill the mostly harmless reduce/reduce error)
-- XXX revisit autrijus
-- XXX revisit audreyt
| constr_stuff_record '::' sigtype
{ let (con,details) = unLoc $1 in
LL (ConDecl con Implicit [] (noLoc []) details (ResTyGADT $3)) }
......
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