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

[project @ 1999-03-23 08:57:19 by sof]

Int and Word have to be treated like other Prelude modules in a DLLish
world.
parent bf3641ae
No related merge requests found
......@@ -61,8 +61,8 @@ mAIN = mkSrcModule "Main"
iNT, wORD :: Module
iNT = mkSrcModule "Int"
wORD = mkSrcModule "Word"
iNT = mkPrelModule "Int"
wORD = mkPrelModule "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