From: simonpj Date: Thu, 10 Apr 2003 14:43:52 +0000 (+0000) Subject: [project @ 2003-04-10 14:43:52 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~977 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=322815e79d6b06b376cb6b066c2c600dcf6f4564;p=ghc-hetmet.git [project @ 2003-04-10 14:43:52 by simonpj] comments --- diff --git a/ghc/compiler/hsSyn/HsLit.lhs b/ghc/compiler/hsSyn/HsLit.lhs index 03dd717..0d90098 100644 --- a/ghc/compiler/hsSyn/HsLit.lhs +++ b/ghc/compiler/hsSyn/HsLit.lhs @@ -33,7 +33,9 @@ data HsLit -- and from TRANSLATION | HsIntPrim Integer -- Unboxed Int | 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 + -- (overloaded literals are done with HsOverLit) | HsFloatPrim Rational -- Unboxed Float | HsDoublePrim Rational -- Unboxed Double | HsLitLit FastString PostTcType -- to pass ``literal literals'' through to C