Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data SnapShotType Source #
Instances
Bounded SnapShotType Source # | |
Defined in Cardano.Ledger.State.Orphans | |
Enum SnapShotType Source # | |
Defined in Cardano.Ledger.State.Orphans succ ∷ SnapShotType → SnapShotType Source # pred ∷ SnapShotType → SnapShotType Source # toEnum ∷ Int → SnapShotType Source # fromEnum ∷ SnapShotType → Int Source # enumFrom ∷ SnapShotType → [SnapShotType] Source # enumFromThen ∷ SnapShotType → SnapShotType → [SnapShotType] Source # enumFromTo ∷ SnapShotType → SnapShotType → [SnapShotType] Source # enumFromThenTo ∷ SnapShotType → SnapShotType → SnapShotType → [SnapShotType] Source # | |
Show SnapShotType Source # | |
Defined in Cardano.Ledger.State.Orphans | |
Eq SnapShotType Source # | |
Defined in Cardano.Ledger.State.Orphans (==) ∷ SnapShotType → SnapShotType → Bool Source # (/=) ∷ SnapShotType → SnapShotType → Bool Source # | |
PersistField SnapShotType Source # | |
PersistFieldSql SnapShotType Source # | |
Defined in Cardano.Ledger.State.Orphans | |
SymbolToField "type" SnapShot SnapShotType Source # | |
Instances
SymbolToField "fGenDelegs" DState FGenDelegs Source # | |
Defined in Cardano.Ledger.State.Schema | |
(EncCBOR a, DecCBOR a) ⇒ PersistField (Enc a) Source # | |
Defined in Cardano.Ledger.State.Orphans toPersistValue ∷ Enc a → PersistValue Source # fromPersistValue ∷ PersistValue → Either Text (Enc a) Source # | |
(EncCBOR a, DecCBOR a) ⇒ PersistFieldSql (Enc a) Source # | |
decodePersistValue ∷ DecCBOR b ⇒ PersistValue → Either Text b Source #