[project @ 1997-10-19 21:43:37 by sof]
authorsof <unknown>
Sun, 19 Oct 1997 21:43:37 +0000 (21:43 +0000)
committersof <unknown>
Sun, 19 Oct 1997 21:43:37 +0000 (21:43 +0000)
Added type signatures

ghc/compiler/prelude/PrelMods.lhs

index 2d7855a..5234793 100644 (file)
@@ -24,9 +24,14 @@ module PrelMods
 
 CHK_Ubiq() -- debugging consistency check
 
+import BasicTypes( SYN_IE(Module) )
 \end{code}
 
 \begin{code}
+gHC__, pRELUDE, pREL_BASE, pREL_NUM, pREL_LIST, pREL_TUP :: Module
+pACKED_STRING, cONC_BASE, iO_BASE, mONAD, rATIO, iX      :: Module
+sT_BASE, aRR_BASE, fOREIGN, mAIN, gHC_MAIN, gHC_ERR      :: Module     
+
 gHC__       = SLIT("GHC")         -- Primitive types and values
 
 pRELUDE             = SLIT("Prelude")
@@ -49,6 +54,4 @@ mAIN       = SLIT("Main")
 gHC_MAIN     = SLIT("GHCmain")
 gHC_ERR             = SLIT("GHCerr")
 
-
-
 \end{code}