Make record selectors into ordinary functions
[ghc-hetmet.git] / compiler / basicTypes / IdInfo.lhs-boot
index 90cf36f..4195156 100644 (file)
@@ -1,9 +1,8 @@
 \begin{code}
 module IdInfo where
-
+import Outputable
 data IdInfo
-data GlobalIdDetails
+data IdDetails
 
-notGlobalId :: GlobalIdDetails
-seqIdInfo   :: IdInfo -> ()
+pprIdDetails :: IdDetails -> SDoc
 \end{code}
\ No newline at end of file