@@ -121,11 +121,10 @@ idInvalid = prelude_id_no fsInvalid
121121idValid = prelude_id_no fsValid
122122idEmpty = prelude_id_no fsEmptyIfc
123123idFile = prelude_id_no fsFile
124- idEither , idLeft , idRight , idPreludeCons :: Id
124+ idEither , idLeft , idRight :: Id
125125idEither = prelude_id_no fsEither
126126idLeft = prelude_id_no fsLeft
127127idRight = prelude_id_no fsRight
128- idPreludeCons = prelude_id_no fsCons -- idCons isn't qualified
129128
130129idActionValue :: Id
131130idActionValue = prelude_id_no fsActionValue
@@ -308,14 +307,13 @@ idSJump pos = mkId pos fsSJump
308307idSNamed pos = mkId pos fsSNamed
309308idS pos = mkId pos fsS
310309idStmt pos = mkId pos fsStmt
311- idSBreak , idSContinue , idSReturn , idCons , idConcat :: Position -> Id
310+ idSBreak , idSContinue , idSReturn , idCons :: Position -> Id
312311idSBreak pos = mkId pos fsSBreak
313312idSContinue pos = mkId pos fsSContinue
314313idSReturn pos = mkId pos fsSReturn
315- idCons pos = mkId pos fsCons
316- idConcat pos = mkId pos fsConcat
314+ idCons pos = prelude_id pos fsCons
317315idNil , idNothing , idSprime :: Position -> Id
318- idNil pos = mkId pos fsNil
316+ idNil pos = prelude_id pos fsNil
319317idNothing pos = mkId pos fsNothing
320318idSprime pos = mkId pos fsSprime
321319
0 commit comments