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