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

[project @ 1999-09-06 14:36:03 by simonmar]

fromInt stuff
parent c0ac1814
No related merge requests found
......@@ -43,6 +43,10 @@ import TysWiredIn ( unitTyCon, addrTy, stablePtrTyCon,
)
import Unique
import Outputable
#if __GLASGOW_HASKELL__ >= 404
import GlaExts ( fromInt )
#endif
\end{code}
Desugaring of @foreign@ declarations is naturally split up into
......
......@@ -28,6 +28,10 @@ import Type ( splitTyConApp_maybe )
import Maybes ( maybeToBool )
import Char ( ord, chr )
import Outputable
#if __GLASGOW_HASKELL__ >= 404
import GlaExts ( fromInt )
#endif
\end{code}
\begin{code}
......
......@@ -65,6 +65,10 @@ import Maybes ( maybeToBool )
import Constants
import List ( partition, intersperse )
import Char ( isAlpha )
#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