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

[project @ 1997-06-05 21:20:46 by sof]

imports updated
parent 587ae4c2
No related merge requests found
......@@ -51,10 +51,17 @@ module IdInfo (
IMP_Ubiq()
IMPORT_1_3(Char(toLower))
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(IdLoop) -- IdInfo is a dependency-loop ranch, and
-- we break those loops by using IdLoop and
-- *not* importing much of anything else,
-- except from the very general "utils".
#else
import {-# SOURCE #-} SpecEnv
import {-# SOURCE #-} Id
import {-# SOURCE #-} CoreUnfold
import {-# SOURCE #-} StdIdInfo
#endif
import Type ( eqSimpleTy, splitFunTyExpandingDicts )
import BasicTypes ( NewOrData )
......
......@@ -9,8 +9,13 @@
module IdUtils ( primOpName ) where
IMP_Ubiq()
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(PrelLoop) -- here for paranoia checking
IMPORT_DELOOPER(IdLoop) (SpecEnv)
#else
import {-# SOURCE #-} SpecEnv ( SpecEnv )
#endif
import CoreSyn
import CoreUnfold ( UnfoldingGuidance(..), Unfolding, mkUnfolding )
......
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