| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Parser.Ptera.TH.Class.LiftType
Documentation
class LiftType a where Source #
Instances
| LiftType Char Source # | |
| LiftType Int Source # | |
| LiftType Integer Source # | |
| LiftType () Source # | |
| LiftType a => LiftType ([a] :: Type) Source # | |
| LiftType a => LiftType (Maybe a :: Type) Source # | |
| LiftType a => LiftType (Ratio a :: Type) Source # | |
| LiftType a => LiftType (Seq a :: Type) Source # | |
| (LiftType a, LiftType b) => LiftType ((a, b) :: Type) Source # | |
| (LiftType a, LiftType b, LiftType c) => LiftType ((a, b, c) :: Type) Source # | |