Skip to content
Snippets Groups Projects
Commit c7a32287 authored by sof's avatar sof
Browse files

[project @ 1997-10-19 21:43:37 by sof]

Added type signatures
parent a0017612
No related merge requests found
......@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment