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

[project @ 1998-04-30 19:45:25 by sof]

import list updates
parent 90fd2bc7
No related merge requests found
...@@ -15,13 +15,14 @@ import IO ( hPutStr, stderr ) ...@@ -15,13 +15,14 @@ import IO ( hPutStr, stderr )
import CmdLineOpts ( opt_D_show_passes, opt_DoCoreLinting ) import CmdLineOpts ( opt_D_show_passes, opt_DoCoreLinting )
import CoreSyn import CoreSyn
import CoreUtils ( idSpecVars )
import Bag import Bag
import Kind ( hasMoreBoxityInfo, Kind{-instance-} ) import Kind ( hasMoreBoxityInfo, Kind{-instance-} )
import Literal ( literalType, Literal{-instance-} ) import Literal ( literalType, Literal{-instance-} )
import Id ( idType, isBottomingId, dataConRepType, isDataCon, isAlgCon, import Id ( idType, isBottomingId, dataConRepType, isDataCon, isAlgCon,
dataConArgTys, GenId{-instances-}, dataConArgTys, GenId{-instances-},
emptyIdSet, mkIdSet, emptyIdSet, mkIdSet,
unionIdSets, elementOfIdSet, IdSet, unionIdSets, elementOfIdSet, IdSet,
Id Id
) )
...@@ -33,7 +34,6 @@ import PprCore ...@@ -33,7 +34,6 @@ import PprCore
import ErrUtils ( doIfSet, ghcExit ) import ErrUtils ( doIfSet, ghcExit )
import PrimOp ( primOpType ) import PrimOp ( primOpType )
import PrimRep ( PrimRep(..) ) import PrimRep ( PrimRep(..) )
import Specialise ( idSpecVars )
import SrcLoc ( SrcLoc ) import SrcLoc ( SrcLoc )
import Type ( mkFunTy, splitFunTy_maybe, mkForAllTy, import Type ( mkFunTy, splitFunTy_maybe, mkForAllTy,
splitForAllTy_maybe, splitForAllTy_maybe,
......
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