Skip to content
Snippets Groups Projects
Commit 98e4972a authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-09-06 11:30:14 by simonmar]

get fromInt from the right place.
parent 38cc2ea3
No related merge requests found
......@@ -46,6 +46,10 @@ import Util ( thenCmp )
import Ratio ( numerator, denominator )
import FastString ( uniqueOfFS )
import Char ( ord )
#if __GLASGOW_HASKELL__ >= 404
import GlaExts ( fromInt )
#endif
\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