ghc-6.10.3: The GHC APIContentsIndex
HsLit
Documentation
data HsLit
Constructors
HsChar Char
HsCharPrim Char
HsString FastString
HsStringPrim FastString
HsInt Integer
HsIntPrim Integer
HsWordPrim Integer
HsInteger Integer Type
HsRat Rational Type
HsFloatPrim Rational
HsDoublePrim Rational
show/hide Instances
data HsOverLit id
Constructors
OverLit
ol_val :: OverLitVal
ol_rebindable :: Bool
ol_witness :: SyntaxExpr id
ol_type :: PostTcType
show/hide Instances
data OverLitVal
Constructors
HsIntegral !Integer
HsFractional !Rational
HsIsString !FastString
show/hide Instances
overLitType :: HsOverLit a -> Type
Produced by Haddock version 2.4.2