| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
PlutusTx.Lift.TH
Documentation
makeTypeable ∷ Type → Name → Q [Dec] Source #
Given a universe, derive a Typeable instance for a given Plinth datatype
NOTE: it requires MultiParamTypeClasses language extension
Constructors
| UnsupportedLiftKind !Kind | |
| UnsupportedLiftType !Type | |
| UserLiftError !Text | |
| LiftMissingDataCons !Name | |
| LiftMissingVar !Name |
Instances
| Exception LiftError Source # | |
Defined in PlutusTx.Lift.TH Methods toException ∷ LiftError → SomeException Source # | |
| Show LiftError Source # | |
| Pretty LiftError Source # | |