Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
68af1f55
Commit
68af1f55
authored
Mar 23, 1999
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/prelude/PrelMods.lhs
View file @
68af1f55
...
@@ -61,8 +61,8 @@ mAIN = mkSrcModule "Main"
...
@@ -61,8 +61,8 @@ mAIN = mkSrcModule "Main"
iNT, wORD :: Module
iNT, wORD :: Module
iNT = mk
Src
Module "Int"
iNT = mk
Prel
Module "Int"
wORD = mk
Src
Module "Word"
wORD = mk
Prel
Module "Word"
\end{code}
\end{code}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment