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
Glasgow Haskell Compiler
GHC
Commits
322815e7
Commit
322815e7
authored
Apr 10, 2003
by
simonpj
Browse files
[project @ 2003-04-10 14:43:52 by simonpj]
comments
parent
30e3021f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/hsSyn/HsLit.lhs
View file @
322815e7
...
@@ -33,7 +33,9 @@ data HsLit
...
@@ -33,7 +33,9 @@ data HsLit
-- and from TRANSLATION
-- and from TRANSLATION
| HsIntPrim Integer -- Unboxed Int
| HsIntPrim Integer -- Unboxed Int
| HsInteger Integer -- Genuinely an integer; arises only from TRANSLATION
| HsInteger Integer -- Genuinely an integer; arises only from TRANSLATION
-- (overloaded literals are done with HsOverLit)
| HsRat Rational Type -- Genuinely a rational; arises only from TRANSLATION
| HsRat Rational Type -- Genuinely a rational; arises only from TRANSLATION
-- (overloaded literals are done with HsOverLit)
| HsFloatPrim Rational -- Unboxed Float
| HsFloatPrim Rational -- Unboxed Float
| HsDoublePrim Rational -- Unboxed Double
| HsDoublePrim Rational -- Unboxed Double
| HsLitLit FastString PostTcType -- to pass ``literal literals'' through to C
| HsLitLit FastString PostTcType -- to pass ``literal literals'' through to C
...
...
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