X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FIdInfo.lhs-boot;h=257e1c6e5e051152f1500a0531377fe7a66d9dda;hp=90cf36f90b5c18092d8071557182055a5a7935a8;hb=c0687066474aa4ce4912f31a5c09c1bcd673fb06;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/compiler/basicTypes/IdInfo.lhs-boot b/compiler/basicTypes/IdInfo.lhs-boot index 90cf36f..257e1c6 100644 --- a/compiler/basicTypes/IdInfo.lhs-boot +++ b/compiler/basicTypes/IdInfo.lhs-boot @@ -1,9 +1,10 @@ \begin{code} module IdInfo where - +import Outputable data IdInfo -data GlobalIdDetails +data IdDetails -notGlobalId :: GlobalIdDetails -seqIdInfo :: IdInfo -> () +vanillaIdInfo :: IdInfo +coVarDetails :: IdDetails +pprIdDetails :: IdDetails -> SDoc \end{code} \ No newline at end of file