Skip to content
GitLab
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
a2127bdc
Commit
a2127bdc
authored
May 26, 1997
by
sof
Browse files
[project @ 1997-05-26 04:49:07 by sof]
Updated imports
parent
77537a03
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/deSugar/DsExpr.lhs
View file @
a2127bdc
...
...
@@ -42,11 +42,10 @@ import Id ( idType, nullIdEnv, addOneToIdEnv,
)
import Literal ( mkMachInt, Literal(..) )
import Name ( Name{--O only-} )
import
PprSty
le
( PprStyle(..) )
import
Outputab
le ( PprStyle(..)
, Outputable(..)
)
import PprType ( GenType )
import PrelVals ( rEC_CON_ERROR_ID, rEC_UPD_ERROR_ID, voidId )
import Pretty ( Doc, hcat, ptext, text )
import TyCon ( isDataTyCon, isNewTyCon )
import Type ( splitSigmaTy, splitFunTy, typePrimRep,
getAppDataTyConExpandingDicts, maybeAppTyCon, getAppTyCon, applyTy,
maybeBoxedPrimType, splitAppTy, SYN_IE(Type)
...
...
@@ -60,10 +59,6 @@ import Usage ( SYN_IE(UVar) )
import Maybes ( maybeToBool )
import Util ( zipEqual, pprError, panic, assertPanic )
#if __GLASGOW_HASKELL__ >= 202
import Outputable
#endif
mk_nil_con ty = mkCon nilDataCon [] [ty] [] -- micro utility...
\end{code}
...
...
ghc/compiler/deSugar/DsGRHSs.lhs
View file @
a2127bdc
...
...
@@ -29,7 +29,7 @@ import Id ( GenId )
#endif
import CoreUtils ( coreExprType, mkCoreIfThenElse )
import PrelVals ( nON_EXHAUSTIVE_GUARDS_ERROR_ID )
import
PprSty
le
( PprStyle(..) )
import
Outputab
le ( PprStyle(..) )
import SrcLoc ( SrcLoc{-instance-} )
import Type ( SYN_IE(Type) )
import Unique ( Unique, otherwiseIdKey )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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