Safe Haskell | None |
---|---|
Language | Haskell98 |
HsLit
Documentation
type PostTcKind = Kind
type PostTcType = Type
data HsLit
data HsOverLit id
Constructors
OverLit | |
Fields
|
data OverLitVal
Constructors
HsIntegral !Integer | |
HsFractional !FractionalLit | |
HsIsString !FastString |
Instances
overLitType :: HsOverLit a -> Type