Skip to content
Snippets Groups Projects
Commit a915fa61 authored by sof's avatar sof
Browse files

[project @ 1997-05-19 00:10:00 by sof]

2.0x bootable
parent 9f7cd13b
No related merge requests found
......@@ -25,8 +25,7 @@ import SimplMonad
import TysWiredIn ( trueDataCon, falseDataCon )
#ifdef REALLY_HASKELL_1_3
ord = fromEnum :: Char -> Int
chr = toEnum :: Int -> Char
import Char(ord,chr)
#endif
\end{code}
......
......@@ -23,7 +23,7 @@ import CoreSyn
import FreeVars
import Id ( emptyIdSet, unionIdSets, unionManyIdSets,
elementOfIdSet, SYN_IE(IdSet), GenId
elementOfIdSet, SYN_IE(IdSet), GenId, SYN_IE(Id)
)
import Util ( nOfThem, panic, zipEqual )
\end{code}
......
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