Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
f6a9f267
Commit
f6a9f267
authored
Sep 24, 2010
by
simonpj@microsoft.com
Browse files
Fix braino in WwLib/Literal patch
parent
a1c83798
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/basicTypes/Literal.lhs
View file @
f6a9f267
...
@@ -339,7 +339,7 @@ absent_lits :: UniqFM Literal
...
@@ -339,7 +339,7 @@ absent_lits :: UniqFM Literal
absent_lits = listToUFM [ (addrPrimTyConKey, MachNullAddr)
absent_lits = listToUFM [ (addrPrimTyConKey, MachNullAddr)
, (charPrimTyConKey, MachChar 'x')
, (charPrimTyConKey, MachChar 'x')
, (intPrimTyConKey, MachInt 0)
, (intPrimTyConKey, MachInt 0)
, (int64PrimTyConKey, MachInt 0)
, (int64PrimTyConKey, MachInt
64
0)
, (floatPrimTyConKey, MachFloat 0)
, (floatPrimTyConKey, MachFloat 0)
, (doublePrimTyConKey, MachDouble 0)
, (doublePrimTyConKey, MachDouble 0)
, (wordPrimTyConKey, MachWord 0)
, (wordPrimTyConKey, MachWord 0)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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