From c7a322871b0d518bad23d5cef80687d4fee110e5 Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 19 Oct 1997 21:43:37 +0000 Subject: [PATCH] [project @ 1997-10-19 21:43:37 by sof] Added type signatures --- ghc/compiler/prelude/PrelMods.lhs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/prelude/PrelMods.lhs b/ghc/compiler/prelude/PrelMods.lhs index 2d7855a..5234793 100644 --- a/ghc/compiler/prelude/PrelMods.lhs +++ b/ghc/compiler/prelude/PrelMods.lhs @@ -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} -- 1.7.10.4