From: audreyt@audreyt.org Date: Tue, 12 Sep 2006 12:13:23 +0000 (+0000) Subject: Another s/autrijus/audreyt/ in comments. X-Git-Tag: Before_FC_branch_merge~26 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b1e8e215e8019a24ef20009c8be7d6bd6bee552d Another s/autrijus/audreyt/ in comments. --- diff --git a/compiler/parser/Parser.y.pp b/compiler/parser/Parser.y.pp index 1ad8d5f..f9a6945 100644 --- a/compiler/parser/Parser.y.pp +++ b/compiler/parser/Parser.y.pp @@ -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)) }