newtype fixes, coercions for non-recursive newtypes now optional
[ghc-hetmet.git] / compiler / hsSyn / HsBinds.lhs
index 8f9279e..f3a0d0b 100644 (file)
@@ -25,7 +25,7 @@ import BasicTypes     ( IPName, RecFlag(..), InlineSpec(..), Fixity )
 import Outputable      
 import SrcLoc          ( Located(..), SrcSpan, unLoc )
 import Util            ( sortLe )
-import Var             ( TyVar, DictId, Id )
+import Var             ( TyVar, DictId, Id, Var )
 import Bag             ( Bag, emptyBag, isEmptyBag, bagToList, unionBags, unionManyBags )
 \end{code}