X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FIdInfo.lhs-boot;fp=compiler%2FbasicTypes%2FIdInfo.lhs-boot;h=90cf36f90b5c18092d8071557182055a5a7935a8;hp=0000000000000000000000000000000000000000;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hpb=28a464a75e14cece5db40f2765a29348273ff2d2 diff --git a/compiler/basicTypes/IdInfo.lhs-boot b/compiler/basicTypes/IdInfo.lhs-boot new file mode 100644 index 0000000..90cf36f --- /dev/null +++ b/compiler/basicTypes/IdInfo.lhs-boot @@ -0,0 +1,9 @@ +\begin{code} +module IdInfo where + +data IdInfo +data GlobalIdDetails + +notGlobalId :: GlobalIdDetails +seqIdInfo :: IdInfo -> () +\end{code} \ No newline at end of file