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

[project @ 1998-08-14 11:37:48 by sof]

Needed to snaffle bits and pieces out of Int and Word, so add
parent 36ce50c2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,9 @@ module PrelMods
(
pREL_GHC, pRELUDE, mONAD, rATIO, iX, mAIN, pREL_MAIN, pREL_ERR,
pREL_BASE, pREL_NUM, pREL_LIST, pREL_TUP, pREL_ADDR, pREL_READ,
pREL_PACK, pREL_CONC, pREL_IO_BASE, pREL_ST, pREL_ARR, pREL_FOREIGN
pREL_PACK, pREL_CONC, pREL_IO_BASE, pREL_ST, pREL_ARR, pREL_FOREIGN,
iNT, wORD
) where
#include "HsVersions.h"
......@@ -52,4 +54,9 @@ iX = SLIT("Ix")
pREL_MAIN = SLIT("PrelMain")
mAIN = SLIT("Main")
iNT, wORD :: Module
iNT = SLIT("Int")
wORD = SLIT("Word")
\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