Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
a92b6e47
Commit
a92b6e47
authored
Jan 15, 1999
by
simonm
Browse files
[project @ 1999-01-15 15:01:41 by simonm]
#if __HASKELL1__ > 4 import Ratio (numerator, denominator) #endif
parent
29c63565
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/basicTypes/Const.lhs
View file @
a92b6e47
...
...
@@ -36,6 +36,10 @@ import CStrings ( stringToC, charToC, charToEasyHaskell )
import Outputable
import Util ( thenCmp )
#if __HASKELL1__ > 4
import Ratio (numerator, denominator)
#endif
\end{code}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment