[project @ 2003-02-21 13:27:30 by simonpj]
[ghc-hetmet.git] / ghc / compiler / types / TyCon.lhs
index 349d096..ca41d14 100644 (file)
@@ -67,7 +67,7 @@ import BasicTypes     ( Arity, RecFlag(..), Boxity(..),
 import Name            ( Name, nameUnique, NamedThing(getName) )
 import PrelNames       ( Unique, Uniquable(..), anyBoxConKey )
 import PrimRep         ( PrimRep(..), isFollowableRep )
-import Maybes          ( expectJust, orElse )
+import Maybes          ( orElse )
 import Outputable
 import FastString
 \end{code}