summaryrefslogtreecommitdiff
path: root/ghc/compiler/coreSyn/PprCore.lhs
diff options
context:
space:
mode:
authorpartain <unknown>1996-04-08 16:18:20 +0000
committerpartain <unknown>1996-04-08 16:18:20 +0000
commit7b0181919416d8f04324575b7e17031ca692f5b0 (patch)
tree250194af10d02f2851243687dd515d556232a431 /ghc/compiler/coreSyn/PprCore.lhs
parentf9120c200bcf613b58d742802172fb4c08171f0d (diff)
downloadhaskell-7b0181919416d8f04324575b7e17031ca692f5b0.tar.gz
[project @ 1996-04-08 16:15:43 by partain]
SLPJ 1.3 hacks through 960408
Diffstat (limited to 'ghc/compiler/coreSyn/PprCore.lhs')
-rw-r--r--ghc/compiler/coreSyn/PprCore.lhs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/coreSyn/PprCore.lhs b/ghc/compiler/coreSyn/PprCore.lhs
index 4a503e47aa..412c62d4c5 100644
--- a/ghc/compiler/coreSyn/PprCore.lhs
+++ b/ghc/compiler/coreSyn/PprCore.lhs
@@ -32,6 +32,7 @@ import Id ( idType, getIdInfo, getIdStrictness,
)
import IdInfo ( ppIdInfo, StrictnessInfo(..) )
import Literal ( Literal{-instances-} )
+import Name ( isOpLexeme )
import Outputable -- quite a few things
import PprEnv
import PprType ( GenType{-instances-}, GenTyVar{-instance-} )