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

[project @ 1999-01-15 15:01:41 by simonm]

#if __HASKELL1__ > 4
import Ratio (numerator, denominator)
#endif
parent 29c63565
No related merge requests found
......@@ -36,6 +36,10 @@ import CStrings ( stringToC, charToC, charToEasyHaskell )
import Outputable
import Util ( thenCmp )
#if __HASKELL1__ > 4
import Ratio (numerator, denominator)
#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