Massive patch for the first months work adding System FC to GHC #34
[ghc-hetmet.git] / compiler / typecheck / TcType.lhs-boot
index 191badd..15c2367 100644 (file)
@@ -2,6 +2,8 @@
 module TcType where
 import Outputable( SDoc )
 
+data MetaDetails
+
 data TcTyVarDetails 
 pprTcTyVarDetails :: TcTyVarDetails -> SDoc
 \end{code}