atlas-cardano-0.11.0: Application backend for Plutus smart contracts on Cardano
Copyright(c) 2023 GYELD GMBH
LicenseApache 2.0
Maintainer[email protected]
Stabilitydevelop
Safe HaskellSafe-Inferred
LanguageGHC2021

GeniusYield.Imports

Description

 
Synopsis

Documentation

data Natural #

Natural number

Invariant: numbers <= 0xffffffffffffffff use the NS constructor

Instances

Instances details
FromJSON Natural 
Instance details

Defined in Data.Aeson.Types.FromJSON

FromJSONKey Natural 
Instance details

Defined in Data.Aeson.Types.FromJSON

ToJSON Natural 
Instance details

Defined in Data.Aeson.Types.ToJSON

ToJSONKey Natural 
Instance details

Defined in Data.Aeson.Types.ToJSON

Data Natural

Since: base-4.8.0.0

Instance details

Defined in Data.Data

Methods

gfoldl ∷ (∀ d b. Data d ⇒ c (d → b) → d → c b) → (∀ g. g → c g) → Natural → c Natural #

gunfold ∷ (∀ b r. Data b ⇒ c (b → r) → c r) → (∀ r. r → c r) → Constr → c Natural #

toConstrNaturalConstr #

dataTypeOfNaturalDataType #

dataCast1Typeable t ⇒ (∀ d. Data d ⇒ c (t d)) → Maybe (c Natural) #

dataCast2Typeable t ⇒ (∀ d e. (Data d, Data e) ⇒ c (t d e)) → Maybe (c Natural) #

gmapT ∷ (∀ b. Data b ⇒ b → b) → NaturalNatural #

gmapQl ∷ (r → r' → r) → r → (∀ d. Data d ⇒ d → r') → Natural → r #

gmapQr ∷ ∀ r r'. (r' → r → r) → r → (∀ d. Data d ⇒ d → r') → Natural → r #

gmapQ ∷ (∀ d. Data d ⇒ d → u) → Natural → [u] #

gmapQiInt → (∀ d. Data d ⇒ d → u) → Natural → u #

gmapMMonad m ⇒ (∀ d. Data d ⇒ d → m d) → Natural → m Natural #

gmapMpMonadPlus m ⇒ (∀ d. Data d ⇒ d → m d) → Natural → m Natural #

gmapMoMonadPlus m ⇒ (∀ d. Data d ⇒ d → m d) → Natural → m Natural #

Bits Natural

Since: base-4.8.0

Instance details

Defined in GHC.Bits

Enum Natural

Since: base-4.8.0.0

Instance details

Defined in GHC.Enum

Ix Natural

Since: base-4.8.0.0

Instance details

Defined in GHC.Ix

Num Natural

Note that Natural's Num instance isn't a ring: no element but 0 has an additive inverse. It is a semiring though.

Since: base-4.8.0.0

Instance details

Defined in GHC.Num

Read Natural

Since: base-4.8.0.0

Instance details

Defined in GHC.Read

Integral Natural

Since: base-4.8.0.0

Instance details

Defined in GHC.Real

Real Natural

Since: base-4.8.0.0

Instance details

Defined in GHC.Real

Methods

toRationalNaturalRational #

Show Natural

Since: base-4.8.0.0

Instance details

Defined in GHC.Show

Methods

showsPrecIntNaturalShowS #

showNaturalString #

showList ∷ [Natural] → ShowS #

PrintfArg Natural

Since: base-4.8.0.0

Instance details

Defined in Text.Printf

Subtractive Natural 
Instance details

Defined in Basement.Numerical.Subtractive

Associated Types

type Difference Natural #

Methods

(-)NaturalNaturalDifference Natural #

FromCBOR Natural 
Instance details

Defined in Cardano.Binary.FromCBOR

ToCBOR Natural 
Instance details

Defined in Cardano.Binary.ToCBOR

Methods

toCBORNaturalEncoding #

encodedSizeExpr ∷ (∀ t. ToCBOR t ⇒ Proxy t → Size) → Proxy NaturalSize #

encodedListSizeExpr ∷ (∀ t. ToCBOR t ⇒ Proxy t → Size) → Proxy [Natural] → Size #

DecCBOR Natural 
Instance details

Defined in Cardano.Ledger.Binary.Decoding.DecCBOR

EncCBOR Natural 
Instance details

Defined in Cardano.Ledger.Binary.Encoding.EncCBOR

Methods

encCBORNaturalEncoding #

encodedSizeExpr ∷ (∀ t. EncCBOR t ⇒ Proxy t → Size) → Proxy NaturalSize #

encodedListSizeExpr ∷ (∀ t. EncCBOR t ⇒ Proxy t → Size) → Proxy [Natural] → Size #

FromField Natural

Accepts an unsigned decimal number. Ignores whitespace.

Since: cassava-0.5.1.0

Instance details

Defined in Data.Csv.Conversion

ToField Natural

Uses decimal encoding.

Since: cassava-0.5.1.0

Instance details

Defined in Data.Csv.Conversion

Methods

toFieldNaturalField #

NFData Natural

Since: deepseq-1.4.0.0

Instance details

Defined in Control.DeepSeq

Methods

rnfNatural → () #

Eq Natural 
Instance details

Defined in GHC.Num.Natural

Methods

(==)NaturalNaturalBool #

(/=)NaturalNaturalBool #

Ord Natural 
Instance details

Defined in GHC.Num.Natural

Methods

compareNaturalNaturalOrdering #

(<)NaturalNaturalBool #

(<=)NaturalNaturalBool #

(>)NaturalNaturalBool #

(>=)NaturalNaturalBool #

maxNaturalNaturalNatural #

minNaturalNaturalNatural #

Hashable Natural 
Instance details

Defined in Data.Hashable.Class

Methods

hashWithSaltIntNaturalInt #

hashNaturalInt #

FromFormKey Natural 
Instance details

Defined in Web.Internal.FormUrlEncoded

ToFormKey Natural 
Instance details

Defined in Web.Internal.FormUrlEncoded

Methods

toFormKeyNaturalText #

FromHttpApiData Natural 
Instance details

Defined in Web.Internal.HttpApiData

ToHttpApiData Natural 
Instance details

Defined in Web.Internal.HttpApiData

Measure Natural 
Instance details

Defined in Data.Measure.Class

Methods

zeroNatural #

plusNaturalNaturalNatural #

minNaturalNaturalNatural #

maxNaturalNaturalNatural #

NoThunks Natural 
Instance details

Defined in NoThunks.Class

ToParamSchema Natural 
Instance details

Defined in Data.OpenApi.Internal.ParamSchema

ToSchema Natural 
Instance details

Defined in Data.OpenApi.Internal.Schema

Pretty Natural 
Instance details

Defined in Prettyprinter.Internal

Methods

prettyNaturalDoc ann #

prettyList ∷ [Natural] → Doc ann #

UniformRange Natural 
Instance details

Defined in System.Random.Internal

Methods

uniformRMStatefulGen g m ⇒ (Natural, Natural) → g → m Natural #

Corecursive Natural 
Instance details

Defined in Data.Functor.Foldable

Methods

embedBase Natural NaturalNatural #

ana ∷ (a → Base Natural a) → a → Natural #

apo ∷ (a → Base Natural (Either Natural a)) → a → Natural #

postproRecursive Natural ⇒ (∀ b. Base Natural b → Base Natural b) → (a → Base Natural a) → a → Natural #

gpostpro ∷ (Recursive Natural, Monad m) ⇒ (∀ b. m (Base Natural b) → Base Natural (m b)) → (∀ c. Base Natural c → Base Natural c) → (a → Base Natural (m a)) → a → Natural #

Recursive Natural 
Instance details

Defined in Data.Functor.Foldable

Methods

projectNaturalBase Natural Natural #

cata ∷ (Base Natural a → a) → Natural → a #

para ∷ (Base Natural (Natural, a) → a) → Natural → a #

gpara ∷ (Corecursive Natural, Comonad w) ⇒ (∀ b. Base Natural (w b) → w (Base Natural b)) → (Base Natural (EnvT Natural w a) → a) → Natural → a #

preproCorecursive Natural ⇒ (∀ b. Base Natural b → Base Natural b) → (Base Natural a → a) → Natural → a #

gprepro ∷ (Corecursive Natural, Comonad w) ⇒ (∀ b. Base Natural (w b) → w (Base Natural b)) → (∀ c. Base Natural c → Base Natural c) → (Base Natural (w a) → a) → Natural → a #

ToParamSchema Natural 
Instance details

Defined in Data.Swagger.Internal.ParamSchema

Methods

toParamSchema ∷ ∀ (t ∷ SwaggerKind Type). Proxy NaturalParamSchema t #

ToSchema Natural 
Instance details

Defined in Data.Swagger.Internal.Schema

FromText Natural 
Instance details

Defined in Data.Text.Class

ToText Natural 
Instance details

Defined in Data.Text.Class

Methods

toTextNaturalText #

Pretty Natural 
Instance details

Defined in Text.PrettyPrint.Annotated.WL

Methods

prettyNaturalDoc b #

prettyList ∷ [Natural] → Doc b #

KnownNat n ⇒ HasResolution (n ∷ Nat)

For example, Fixed 1000 will give you a Fixed with a resolution of 1000.

Instance details

Defined in Data.Fixed

Methods

resolution ∷ p n → Integer #

TestCoercion SNat

Since: base-4.18.0.0

Instance details

Defined in GHC.TypeNats

Methods

testCoercion ∷ ∀ (a ∷ k) (b ∷ k). SNat a → SNat b → Maybe (Coercion a b) #

TestEquality SNat

Since: base-4.18.0.0

Instance details

Defined in GHC.TypeNats

Methods

testEquality ∷ ∀ (a ∷ k) (b ∷ k). SNat a → SNat b → Maybe (a :~: b) #

DefaultPrettyBy config Natural 
Instance details

Defined in Text.PrettyBy.Internal

Methods

defaultPrettyBy ∷ config → NaturalDoc ann #

defaultPrettyListBy ∷ config → [Natural] → Doc ann #

PrettyDefaultBy config NaturalPrettyBy config Natural
>>> prettyBy () (123 :: Natural)
123
Instance details

Defined in Text.PrettyBy.Internal

Methods

prettyBy ∷ config → NaturalDoc ann #

prettyListBy ∷ config → [Natural] → Doc ann #

GCompare SNat 
Instance details

Defined in Data.GADT.Internal

Methods

gcompare ∷ ∀ (a ∷ k) (b ∷ k). SNat a → SNat b → GOrdering a b #

GEq SNat 
Instance details

Defined in Data.GADT.Internal

Methods

geq ∷ ∀ (a ∷ k) (b ∷ k). SNat a → SNat b → Maybe (a :~: b) #

GShow SNat 
Instance details

Defined in Data.GADT.Internal

Methods

gshowsPrec ∷ ∀ (a ∷ k). IntSNat a → ShowS #

Lift Natural 
Instance details

Defined in Language.Haskell.TH.Syntax

Methods

liftQuote m ⇒ Natural → m Exp #

liftTyped ∷ ∀ (m ∷ TypeType). Quote m ⇒ NaturalCode m Natural #

KnownBuiltinTypeIn DefaultUni term IntegerMakeKnownIn DefaultUni term Natural 
Instance details

Defined in PlutusCore.Default.Universe

Methods

makeKnownNaturalBuiltinResult term #

KnownBuiltinTypeIn DefaultUni term IntegerReadKnownIn DefaultUni term Natural 
Instance details

Defined in PlutusCore.Default.Universe

Methods

readKnown ∷ term → ReadKnownM Natural #

KnownNat n ⇒ Reifies (n ∷ Nat) Integer 
Instance details

Defined in Data.Reflection

Methods

reflect ∷ proxy n → Integer #

KnownTypeAst tyname DefaultUni Natural 
Instance details

Defined in PlutusCore.Default.Universe

Methods

typeAstType tyname DefaultUni () #

NatVals ('[] ∷ [Nat]) 
Instance details

Defined in Cardano.Mnemonic

Methods

natValsProxy '[] → [Integer] #

Buildable (Range Natural) 
Instance details

Defined in Cardano.Binary.ToCBOR

Methods

buildRange NaturalBuilder #

Buildable (Range Natural) 
Instance details

Defined in Cardano.Ledger.Binary.Encoding.EncCBOR

Methods

buildRange NaturalBuilder #

(n ~ EntropySize mw, csz ~ CheckSumBits n, ConsistentEntropy n mw csz) ⇒ MkSomeMnemonic '[mw] 
Instance details

Defined in Cardano.Mnemonic

(n ~ EntropySize mw, csz ~ CheckSumBits n, ConsistentEntropy n mw csz, MkSomeMnemonic rest, NatVals rest) ⇒ MkSomeMnemonic (mw ': rest) 
Instance details

Defined in Cardano.Mnemonic

(KnownNat n, NatVals rest) ⇒ NatVals (n ': rest) 
Instance details

Defined in Cardano.Mnemonic

Methods

natValsProxy (n ': rest) → [Integer] #

type Difference Natural 
Instance details

Defined in Basement.Numerical.Subtractive

type IntBaseType Natural 
Instance details

Defined in Data.IntCast

type Base Natural 
Instance details

Defined in Data.Functor.Foldable

type Compare (a ∷ Natural) (b ∷ Natural) 
Instance details

Defined in Data.Type.Ord

type Compare (a ∷ Natural) (b ∷ Natural) = CmpNat a b
type IsBuiltin DefaultUni Natural 
Instance details

Defined in PlutusCore.Default.Universe

type ToHoles DefaultUni Natural 
Instance details

Defined in PlutusCore.Default.Universe

type ToBinds DefaultUni acc Natural 
Instance details

Defined in PlutusCore.Default.Universe

type ToBinds DefaultUni acc Natural = ToBinds DefaultUni acc (AsInteger Natural)

data Void #

Uninhabited data type

Since: base-4.8.0.0

Instances

Instances details
HasTrie Void 
Instance details

Defined in Data.MemoTrie

Associated Types

data (:->:) VoidTypeType #

Methods

trie ∷ (Void → b) → Void :->: b #

untrie ∷ (Void :->: b) → Void → b #

enumerate ∷ (Void :->: b) → [(Void, b)] #

FromJSON Void 
Instance details

Defined in Data.Aeson.Types.FromJSON

FromJSONKey Void

Since: aeson-2.1.2.0

Instance details

Defined in Data.Aeson.Types.FromJSON

ToJSON Void 
Instance details

Defined in Data.Aeson.Types.ToJSON

ToJSONKey Void

Since: aeson-2.1.2.0

Instance details

Defined in Data.Aeson.Types.ToJSON

Data Void

Since: base-4.8.0.0

Instance details

Defined in Data.Data

Methods

gfoldl ∷ (∀ d b. Data d ⇒ c (d → b) → d → c b) → (∀ g. g → c g) → Void → c Void #

gunfold ∷ (∀ b r. Data b ⇒ c (b → r) → c r) → (∀ r. r → c r) → Constr → c Void #

toConstrVoidConstr #

dataTypeOfVoidDataType #

dataCast1Typeable t ⇒ (∀ d. Data d ⇒ c (t d)) → Maybe (c Void) #

dataCast2Typeable t ⇒ (∀ d e. (Data d, Data e) ⇒ c (t d e)) → Maybe (c Void) #

gmapT ∷ (∀ b. Data b ⇒ b → b) → VoidVoid #

gmapQl ∷ (r → r' → r) → r → (∀ d. Data d ⇒ d → r') → Void → r #

gmapQr ∷ ∀ r r'. (r' → r → r) → r → (∀ d. Data d ⇒ d → r') → Void → r #

gmapQ ∷ (∀ d. Data d ⇒ d → u) → Void → [u] #

gmapQiInt → (∀ d. Data d ⇒ d → u) → Void → u #

gmapMMonad m ⇒ (∀ d. Data d ⇒ d → m d) → Void → m Void #

gmapMpMonadPlus m ⇒ (∀ d. Data d ⇒ d → m d) → Void → m Void #

gmapMoMonadPlus m ⇒ (∀ d. Data d ⇒ d → m d) → Void → m Void #

Semigroup Void

Since: base-4.9.0.0

Instance details

Defined in GHC.Base

Methods

(<>)VoidVoidVoid #

sconcatNonEmpty VoidVoid #

stimesIntegral b ⇒ b → VoidVoid #

Exception Void

Since: base-4.8.0.0

Instance details

Defined in GHC.Exception.Type

Generic Void 
Instance details

Defined in GHC.Generics

Associated Types

type Rep VoidTypeType #

Methods

fromVoidRep Void x #

toRep Void x → Void #

Ix Void

Since: base-4.8.0.0

Instance details

Defined in GHC.Ix

Methods

range ∷ (Void, Void) → [Void] #

index ∷ (Void, Void) → VoidInt #

unsafeIndex ∷ (Void, Void) → VoidInt #

inRange ∷ (Void, Void) → VoidBool #

rangeSize ∷ (Void, Void) → Int #

unsafeRangeSize ∷ (Void, Void) → Int #

Read Void

Reading a Void value is always a parse error, considering Void as a data type with no constructors.

Since: base-4.8.0.0

Instance details

Defined in GHC.Read

Show Void

Since: base-4.8.0.0

Instance details

Defined in GHC.Show

Methods

showsPrecIntVoidShowS #

showVoidString #

showList ∷ [Void] → ShowS #

FromCBOR Void 
Instance details

Defined in Cardano.Binary.FromCBOR

Methods

fromCBORDecoder s Void #

labelProxy VoidText #

ToCBOR Void 
Instance details

Defined in Cardano.Binary.ToCBOR

Methods

toCBORVoidEncoding #

encodedSizeExpr ∷ (∀ t. ToCBOR t ⇒ Proxy t → Size) → Proxy VoidSize #

encodedListSizeExpr ∷ (∀ t. ToCBOR t ⇒ Proxy t → Size) → Proxy [Void] → Size #

DecCBOR Void 
Instance details

Defined in Cardano.Ledger.Binary.Decoding.DecCBOR

Methods

decCBORDecoder s Void #

dropCBORProxy VoidDecoder s () #

labelProxy VoidText #

EncCBOR Void 
Instance details

Defined in Cardano.Ledger.Binary.Encoding.EncCBOR

Methods

encCBORVoidEncoding #

encodedSizeExpr ∷ (∀ t. EncCBOR t ⇒ Proxy t → Size) → Proxy VoidSize #

encodedListSizeExpr ∷ (∀ t. EncCBOR t ⇒ Proxy t → Size) → Proxy [Void] → Size #

NFData Void

Defined as rnf = absurd.

Since: deepseq-1.4.0.0

Instance details

Defined in Control.DeepSeq

Methods

rnfVoid → () #

Eq Void

Since: base-4.8.0.0

Instance details

Defined in GHC.Base

Methods

(==)VoidVoidBool #

(/=)VoidVoidBool #

Ord Void

Since: base-4.8.0.0

Instance details

Defined in GHC.Base

Methods

compareVoidVoidOrdering #

(<)VoidVoidBool #

(<=)VoidVoidBool #

(>)VoidVoidBool #

(>=)VoidVoidBool #

maxVoidVoidVoid #

minVoidVoidVoid #

Hashable Void 
Instance details

Defined in Data.Hashable.Class

Methods

hashWithSaltIntVoidInt #

hashVoidInt #

FromFormKey Void 
Instance details

Defined in Web.Internal.FormUrlEncoded

ToFormKey Void 
Instance details

Defined in Web.Internal.FormUrlEncoded

Methods

toFormKeyVoidText #

FromHttpApiData Void

Parsing a Void value is always an error, considering Void as a data type with no constructors.

Instance details

Defined in Web.Internal.HttpApiData

ToHttpApiData Void 
Instance details

Defined in Web.Internal.HttpApiData

ShowErrorComponent Void 
Instance details

Defined in Text.Megaparsec.Error

NoThunks Void 
Instance details

Defined in NoThunks.Class

HasBlueprintDefinition Void 
Instance details

Defined in PlutusTx.Blueprint.Definition.Unroll

Associated Types

type Unroll Void ∷ [Type] #

FromData Void 
Instance details

Defined in PlutusTx.IsData.Class

ToData Void 
Instance details

Defined in PlutusTx.IsData.Class

UnsafeFromData Void 
Instance details

Defined in PlutusTx.IsData.Class

Pretty Void

Finding a good example for printing something that does not exist is hard, so here is an example of printing a list full of nothing.

>>> pretty ([] :: [Void])
[]
Instance details

Defined in Prettyprinter.Internal

Methods

prettyVoidDoc ann #

prettyList ∷ [Void] → Doc ann #

Finite Void 
Instance details

Defined in System.Random.GFinite

Methods

cardinalityProxy# Void → Cardinality

toFiniteIntegerVoid

fromFiniteVoidInteger

DefaultPrettyBy config Void 
Instance details

Defined in Text.PrettyBy.Internal

Methods

defaultPrettyBy ∷ config → VoidDoc ann #

defaultPrettyListBy ∷ config → [Void] → Doc ann #

PrettyDefaultBy config VoidPrettyBy config Void
>>> prettyBy () ([] :: [Void])
[]
Instance details

Defined in Text.PrettyBy.Internal

Methods

prettyBy ∷ config → VoidDoc ann #

prettyListBy ∷ config → [Void] → Doc ann #

Lift Void

Since: template-haskell-2.15.0.0

Instance details

Defined in Language.Haskell.TH.Syntax

Methods

liftQuote m ⇒ Void → m Exp #

liftTyped ∷ ∀ (m ∷ TypeType). Quote m ⇒ VoidCode m Void #

FoldableWithIndex Void (ProxyTypeType) 
Instance details

Defined in WithIndex

Methods

ifoldMapMonoid m ⇒ (Void → a → m) → Proxy a → m #

ifoldMap'Monoid m ⇒ (Void → a → m) → Proxy a → m #

ifoldr ∷ (Void → a → b → b) → b → Proxy a → b #

ifoldl ∷ (Void → b → a → b) → b → Proxy a → b #

ifoldr' ∷ (Void → a → b → b) → b → Proxy a → b #

ifoldl' ∷ (Void → b → a → b) → b → Proxy a → b #

FoldableWithIndex Void (U1TypeType) 
Instance details

Defined in WithIndex

Methods

ifoldMapMonoid m ⇒ (Void → a → m) → U1 a → m #

ifoldMap'Monoid m ⇒ (Void → a → m) → U1 a → m #

ifoldr ∷ (Void → a → b → b) → b → U1 a → b #

ifoldl ∷ (Void → b → a → b) → b → U1 a → b #

ifoldr' ∷ (Void → a → b → b) → b → U1 a → b #

ifoldl' ∷ (Void → b → a → b) → b → U1 a → b #

FoldableWithIndex Void (V1TypeType) 
Instance details

Defined in WithIndex

Methods

ifoldMapMonoid m ⇒ (Void → a → m) → V1 a → m #

ifoldMap'Monoid m ⇒ (Void → a → m) → V1 a → m #

ifoldr ∷ (Void → a → b → b) → b → V1 a → b #

ifoldl ∷ (Void → b → a → b) → b → V1 a → b #

ifoldr' ∷ (Void → a → b → b) → b → V1 a → b #

ifoldl' ∷ (Void → b → a → b) → b → V1 a → b #

FunctorWithIndex Void (ProxyTypeType) 
Instance details

Defined in WithIndex

Methods

imap ∷ (Void → a → b) → Proxy a → Proxy b #

FunctorWithIndex Void (U1TypeType) 
Instance details

Defined in WithIndex

Methods

imap ∷ (Void → a → b) → U1 a → U1 b #

FunctorWithIndex Void (V1TypeType) 
Instance details

Defined in WithIndex

Methods

imap ∷ (Void → a → b) → V1 a → V1 b #

TraversableWithIndex Void (ProxyTypeType) 
Instance details

Defined in WithIndex

Methods

itraverseApplicative f ⇒ (Void → a → f b) → Proxy a → f (Proxy b) #

TraversableWithIndex Void (U1TypeType) 
Instance details

Defined in WithIndex

Methods

itraverseApplicative f ⇒ (Void → a → f b) → U1 a → f (U1 b) #

TraversableWithIndex Void (V1TypeType) 
Instance details

Defined in WithIndex

Methods

itraverseApplicative f ⇒ (Void → a → f b) → V1 a → f (V1 b) #

FilterableWithIndex Void (ProxyTypeType) 
Instance details

Defined in Witherable

Methods

imapMaybe ∷ (Void → a → Maybe b) → Proxy a → Proxy b #

ifilter ∷ (Void → a → Bool) → Proxy a → Proxy a #

WitherableWithIndex Void (ProxyTypeType) 
Instance details

Defined in Witherable

Methods

iwitherApplicative f ⇒ (Void → a → f (Maybe b)) → Proxy a → f (Proxy b) #

iwitherMMonad m ⇒ (Void → a → m (Maybe b)) → Proxy a → m (Proxy b) #

ifilterAApplicative f ⇒ (Void → a → f Bool) → Proxy a → f (Proxy a) #

FoldableWithIndex Void (Const e ∷ TypeType) 
Instance details

Defined in WithIndex

Methods

ifoldMapMonoid m ⇒ (Void → a → m) → Const e a → m #

ifoldMap'Monoid m ⇒ (Void → a → m) → Const e a → m #

ifoldr ∷ (Void → a → b → b) → b → Const e a → b #

ifoldl ∷ (Void → b → a → b) → b → Const e a → b #

ifoldr' ∷ (Void → a → b → b) → b → Const e a → b #

ifoldl' ∷ (Void → b → a → b) → b → Const e a → b #

FoldableWithIndex Void (Constant e ∷ TypeType) 
Instance details

Defined in WithIndex

Methods

ifoldMapMonoid m ⇒ (Void → a → m) → Constant e a → m #

ifoldMap'Monoid m ⇒ (Void → a → m) → Constant e a → m #

ifoldr ∷ (Void → a → b → b) → b → Constant e a → b #

ifoldl ∷ (Void → b → a → b) → b → Constant e a → b #

ifoldr' ∷ (Void → a → b → b) → b → Constant e a → b #

ifoldl' ∷ (Void → b → a → b) → b → Constant e a → b #

FunctorWithIndex Void (Const e ∷ TypeType) 
Instance details

Defined in WithIndex

Methods

imap ∷ (Void → a → b) → Const e a → Const e b #

FunctorWithIndex Void (Constant e ∷ TypeType) 
Instance details

Defined in WithIndex

Methods

imap ∷ (Void → a → b) → Constant e a → Constant e b #

TraversableWithIndex Void (Const e ∷ TypeType) 
Instance details

Defined in WithIndex

Methods

itraverseApplicative f ⇒ (Void → a → f b) → Const e a → f (Const e b) #

TraversableWithIndex Void (Constant e ∷ TypeType) 
Instance details

Defined in WithIndex

Methods

itraverseApplicative f ⇒ (Void → a → f b) → Constant e a → f (Constant e b) #

FoldableWithIndex Void (K1 i c ∷ TypeType) 
Instance details

Defined in WithIndex

Methods

ifoldMapMonoid m ⇒ (Void → a → m) → K1 i c a → m #

ifoldMap'Monoid m ⇒ (Void → a → m) → K1 i c a → m #

ifoldr ∷ (Void → a → b → b) → b → K1 i c a → b #

ifoldl ∷ (Void → b → a → b) → b → K1 i c a → b #

ifoldr' ∷ (Void → a → b → b) → b → K1 i c a → b #

ifoldl' ∷ (Void → b → a → b) → b → K1 i c a → b #

FunctorWithIndex Void (K1 i c ∷ TypeType) 
Instance details

Defined in WithIndex

Methods

imap ∷ (Void → a → b) → K1 i c a → K1 i c b #

TraversableWithIndex Void (K1 i c ∷ TypeType) 
Instance details

Defined in WithIndex

Methods

itraverseApplicative f ⇒ (Void → a → f b) → K1 i c a → f (K1 i c b) #

Newtype (Void :->: a) 
Instance details

Defined in Data.MemoTrie

Associated Types

type O (Void :->: a) #

Methods

packO (Void :->: a) → Void :->: a #

unpack ∷ (Void :->: a) → O (Void :->: a) #

data Void :->: a 
Instance details

Defined in Data.MemoTrie

data Void :->: a = VoidTrie
type Rep Void

Since: base-4.8.0.0

Instance details

Defined in GHC.Generics

type Rep Void = D1 ('MetaData "Void" "GHC.Base" "base" 'False) (V1TypeType)
type Code Void 
Instance details

Defined in Generics.SOP.Instances

type Code Void = '[] ∷ [[Type]]
type DatatypeInfoOf Void 
Instance details

Defined in Generics.SOP.Instances

type DatatypeInfoOf Void = 'ADT "GHC.Base" "Void" ('[] ∷ [ConstructorInfo]) ('[] ∷ [[StrictnessInfo]])
type Unroll Void 
Instance details

Defined in PlutusTx.Blueprint.Definition.Unroll

type Unroll Void = '[Void]
type O (Void :->: a) 
Instance details

Defined in Data.MemoTrie

type O (Void :->: a) = ()

type Type = TYPE LiftedRep #

The kind of types with lifted values. For example Int :: Type.

data CallStack #

CallStacks are a lightweight method of obtaining a partial call-stack at any point in the program.

A function can request its call-site with the HasCallStack constraint. For example, we can define

putStrLnWithCallStack :: HasCallStack => String -> IO ()

as a variant of putStrLn that will get its call-site and print it, along with the string given as argument. We can access the call-stack inside putStrLnWithCallStack with callStack.

>>> :{
putStrLnWithCallStack :: HasCallStack => String -> IO ()
putStrLnWithCallStack msg = do
  putStrLn msg
  putStrLn (prettyCallStack callStack)
:}

Thus, if we call putStrLnWithCallStack we will get a formatted call-stack alongside our string.

>>> putStrLnWithCallStack "hello"
hello
CallStack (from HasCallStack):
  putStrLnWithCallStack, called at <interactive>:... in interactive:Ghci...

GHC solves HasCallStack constraints in three steps:

  1. If there is a CallStack in scope -- i.e. the enclosing function has a HasCallStack constraint -- GHC will append the new call-site to the existing CallStack.
  2. If there is no CallStack in scope -- e.g. in the GHCi session above -- and the enclosing definition does not have an explicit type signature, GHC will infer a HasCallStack constraint for the enclosing definition (subject to the monomorphism restriction).
  3. If there is no CallStack in scope and the enclosing definition has an explicit type signature, GHC will solve the HasCallStack constraint for the singleton CallStack containing just the current call-site.

CallStacks do not interact with the RTS and do not require compilation with -prof. On the other hand, as they are built up explicitly via the HasCallStack constraints, they will generally not contain as much information as the simulated call-stacks maintained by the RTS.

A CallStack is a [(String, SrcLoc)]. The String is the name of function that was called, the SrcLoc is the call-site. The list is ordered with the most recently called function at the head.

NOTE: The intrepid user may notice that HasCallStack is just an alias for an implicit parameter ?callStack :: CallStack. This is an implementation detail and should not be considered part of the CallStack API, we may decide to change the implementation in the future.

Since: base-4.8.1.0

Instances

Instances details
IsList CallStack

Be aware that 'fromList . toList = id' only for unfrozen CallStacks, since toList removes frozenness information.

Since: base-4.9.0.0

Instance details

Defined in GHC.IsList

Associated Types

type Item CallStack #

Show CallStack

Since: base-4.9.0.0

Instance details

Defined in GHC.Show

Methods

showsPrecIntCallStackShowS #

showCallStackString #

showList ∷ [CallStack] → ShowS #

NFData CallStack

Since: deepseq-1.4.2.0

Instance details

Defined in Control.DeepSeq

Methods

rnfCallStack → () #

NoThunks CallStack

Since CallStacks can't retain application data, we don't want to check them for thunks at all

Instance details

Defined in NoThunks.Class

type Item CallStack 
Instance details

Defined in GHC.IsList

type Code CallStack 
Instance details

Defined in Generics.SOP.Instances

type Code CallStack = '['[] ∷ [Type], '[[Char], SrcLoc, CallStack], '[CallStack]]
type DatatypeInfoOf CallStack 
Instance details

Defined in Generics.SOP.Instances

class Generic a #

Representable types of kind *. This class is derivable in GHC with the DeriveGeneric flag on.

A Generic instance must satisfy the following laws:

from . toid
to . fromid

Minimal complete definition

from, to

Instances

Instances details
Generic CabalSpecVersion 
Instance details

Defined in Distribution.CabalSpecVersion

Associated Types

type Rep CabalSpecVersionTypeType #

Generic PError 
Instance details

Defined in Distribution.Parsec.Error

Associated Types

type Rep PErrorTypeType #

Methods

fromPErrorRep PError x #

toRep PError x → PError #

Generic Position 
Instance details

Defined in Distribution.Parsec.Position

Associated Types

type Rep PositionTypeType #

Methods

fromPositionRep Position x #

toRep Position x → Position #

Generic PWarnType 
Instance details

Defined in Distribution.Parsec.Warning

Associated Types

type Rep PWarnTypeTypeType #

Methods

fromPWarnTypeRep PWarnType x #

toRep PWarnType x → PWarnType #

Generic PWarning 
Instance details

Defined in Distribution.Parsec.Warning

Associated Types

type Rep PWarningTypeType #

Methods

fromPWarningRep PWarning x #

toRep PWarning x → PWarning #

Generic Arch 
Instance details

Defined in Distribution.System

Associated Types

type Rep ArchTypeType #

Methods

fromArchRep Arch x #

toRep Arch x → Arch #

Generic OS 
Instance details

Defined in Distribution.System

Associated Types

type Rep OSTypeType #

Methods

fromOSRep OS x #

toRep OS x → OS #

Generic Platform 
Instance details

Defined in Distribution.System

Associated Types

type Rep PlatformTypeType #

Methods

fromPlatformRep Platform x #

toRep Platform x → Platform #

Generic Structure 
Instance details

Defined in Distribution.Utils.Structured

Associated Types

type Rep StructureTypeType #

Methods

fromStructureRep Structure x #

toRep Structure x → Structure #

Generic Value 
Instance details

Defined in Data.Aeson.Types.Internal

Associated Types

type Rep ValueTypeType #

Methods

fromValueRep Value x #

toRep Value x → Value #

Generic AdjacencyIntMap 
Instance details

Defined in Algebra.Graph.AdjacencyIntMap

Associated Types

type Rep AdjacencyIntMapTypeType #

Generic GYAddress # 
Instance details

Defined in GeniusYield.Types.Address

Associated Types

type Rep GYAddressTypeType #

Methods

fromGYAddressRep GYAddress x #

toRep GYAddress x → GYAddress #

Generic GYStakeAddress # 
Instance details

Defined in GeniusYield.Types.Address

Associated Types

type Rep GYStakeAddressTypeType #

Generic ContractBlueprint # 
Instance details

Defined in GeniusYield.Types.Blueprint.Contract

Associated Types

type Rep ContractBlueprintTypeType #

Generic ParameterBlueprint # 
Instance details

Defined in GeniusYield.Types.Blueprint.Parameter

Associated Types

type Rep ParameterBlueprintTypeType #

Generic Purpose # 
Instance details

Defined in GeniusYield.Types.Blueprint.Purpose

Associated Types

type Rep PurposeTypeType #

Methods

fromPurposeRep Purpose x #

toRep Purpose x → Purpose #

Generic ConstructorSchema # 
Instance details

Defined in GeniusYield.Types.Blueprint.Schema

Associated Types

type Rep ConstructorSchemaTypeType #

Generic IntegerSchema # 
Instance details

Defined in GeniusYield.Types.Blueprint.Schema

Associated Types

type Rep IntegerSchemaTypeType #

Generic MapSchema # 
Instance details

Defined in GeniusYield.Types.Blueprint.Schema

Associated Types

type Rep MapSchemaTypeType #

Methods

fromMapSchemaRep MapSchema x #

toRep MapSchema x → MapSchema #

Generic PairSchema # 
Instance details

Defined in GeniusYield.Types.Blueprint.Schema

Associated Types

type Rep PairSchemaTypeType #

Generic GYNatural # 
Instance details

Defined in GeniusYield.Types.Natural

Associated Types

type Rep GYNaturalTypeType #

Methods

fromGYNaturalRep GYNatural x #

toRep GYNatural x → GYNatural #

Generic GYNetworkInfo # 
Instance details

Defined in GeniusYield.Types.NetworkId

Associated Types

type Rep GYNetworkInfoTypeType #

Generic GYStakePoolRelay # 
Instance details

Defined in GeniusYield.Types.Pool

Associated Types

type Rep GYStakePoolRelayTypeType #

Generic GYRational # 
Instance details

Defined in GeniusYield.Types.Rational

Associated Types

type Rep GYRationalTypeType #

Generic GYAssetClass # 
Instance details

Defined in GeniusYield.Types.Value

Associated Types

type Rep GYAssetClassTypeType #

Generic All 
Instance details

Defined in Data.Semigroup.Internal

Associated Types

type Rep AllTypeType #

Methods

fromAllRep All x #

toRep All x → All #

Generic Any 
Instance details

Defined in Data.Semigroup.Internal

Associated Types

type Rep AnyTypeType #

Methods

fromAnyRep Any x #

toRep Any x → Any #

Generic Version 
Instance details

Defined in Data.Version

Associated Types

type Rep VersionTypeType #

Methods

fromVersionRep Version x #

toRep Version x → Version #

Generic Void 
Instance details

Defined in GHC.Generics

Associated Types

type Rep VoidTypeType #

Methods

fromVoidRep Void x #

toRep Void x → Void #

Generic ByteOrder 
Instance details

Defined in GHC.ByteOrder

Associated Types

type Rep ByteOrderTypeType #

Methods

fromByteOrderRep ByteOrder x #

toRep ByteOrder x → ByteOrder #

Generic Fingerprint 
Instance details

Defined in GHC.Generics

Associated Types

type Rep FingerprintTypeType #

Generic Associativity 
Instance details

Defined in GHC.Generics

Associated Types

type Rep AssociativityTypeType #

Generic DecidedStrictness 
Instance details

Defined in GHC.Generics

Associated Types

type Rep DecidedStrictnessTypeType #

Generic Fixity 
Instance details

Defined in GHC.Generics

Associated Types

type Rep FixityTypeType #

Methods

fromFixityRep Fixity x #

toRep Fixity x → Fixity #

Generic SourceStrictness 
Instance details

Defined in GHC.Generics

Associated Types

type Rep SourceStrictnessTypeType #

Generic SourceUnpackedness 
Instance details

Defined in GHC.Generics

Associated Types

type Rep SourceUnpackednessTypeType #

Generic ExitCode 
Instance details

Defined in GHC.IO.Exception

Associated Types

type Rep ExitCodeTypeType #

Methods

fromExitCodeRep ExitCode x #

toRep ExitCode x → ExitCode #

Generic CCFlags 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep CCFlagsTypeType #

Methods

fromCCFlagsRep CCFlags x #

toRep CCFlags x → CCFlags #

Generic ConcFlags 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep ConcFlagsTypeType #

Methods

fromConcFlagsRep ConcFlags x #

toRep ConcFlags x → ConcFlags #

Generic DebugFlags 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep DebugFlagsTypeType #

Generic DoCostCentres 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep DoCostCentresTypeType #

Generic DoHeapProfile 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep DoHeapProfileTypeType #

Generic DoTrace 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep DoTraceTypeType #

Methods

fromDoTraceRep DoTrace x #

toRep DoTrace x → DoTrace #

Generic GCFlags 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep GCFlagsTypeType #

Methods

fromGCFlagsRep GCFlags x #

toRep GCFlags x → GCFlags #

Generic GiveGCStats 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep GiveGCStatsTypeType #

Generic MiscFlags 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep MiscFlagsTypeType #

Methods

fromMiscFlagsRep MiscFlags x #

toRep MiscFlags x → MiscFlags #

Generic ParFlags 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep ParFlagsTypeType #

Methods

fromParFlagsRep ParFlags x #

toRep ParFlags x → ParFlags #

Generic ProfFlags 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep ProfFlagsTypeType #

Methods

fromProfFlagsRep ProfFlags x #

toRep ProfFlags x → ProfFlags #

Generic RTSFlags 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep RTSFlagsTypeType #

Methods

fromRTSFlagsRep RTSFlags x #

toRep RTSFlags x → RTSFlags #

Generic TickyFlags 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep TickyFlagsTypeType #

Generic TraceFlags 
Instance details

Defined in GHC.RTS.Flags

Associated Types

type Rep TraceFlagsTypeType #

Generic SrcLoc 
Instance details

Defined in GHC.Generics

Associated Types

type Rep SrcLocTypeType #

Methods

fromSrcLocRep SrcLoc x #

toRep SrcLoc x → SrcLoc #

Generic GCDetails 
Instance details

Defined in GHC.Stats

Associated Types

type Rep GCDetailsTypeType #

Methods

fromGCDetailsRep GCDetails x #

toRep GCDetails x → GCDetails #

Generic RTSStats 
Instance details

Defined in GHC.Stats

Associated Types

type Rep RTSStatsTypeType #

Methods

fromRTSStatsRep RTSStats x #

toRep RTSStats x → RTSStats #

Generic GeneralCategory 
Instance details

Defined in GHC.Generics

Associated Types

type Rep GeneralCategoryTypeType #

Generic Alphabet 
Instance details

Defined in Data.ByteString.Base58.Internal

Associated Types

type Rep AlphabetTypeType #

Methods

fromAlphabetRep Alphabet x #

toRep Alphabet x → Alphabet #

Generic ByteString64 
Instance details

Defined in Data.ByteString.Base64.Type

Associated Types

type Rep ByteString64TypeType #

Generic Project 
Instance details

Defined in Blockfrost.Auth

Associated Types

type Rep ProjectTypeType #

Methods

fromProjectRep Project x #

toRep Project x → Project #

Generic Env 
Instance details

Defined in Blockfrost.Env

Associated Types

type Rep EnvTypeType #

Methods

fromEnvRep Env x #

toRep Env x → Env #

Generic ApiError 
Instance details

Defined in Blockfrost.Types.ApiError

Associated Types

type Rep ApiErrorTypeType #

Methods

fromApiErrorRep ApiError x #

toRep ApiError x → ApiError #

Generic AccountDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountDelegationTypeType #

Generic AccountHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountHistoryTypeType #

Generic AccountInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountInfoTypeType #

Generic AccountMir 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountMirTypeType #

Generic AccountRegistration 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountRegistrationTypeType #

Generic AccountRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountRegistrationActionTypeType #

Generic AccountReward 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountRewardTypeType #

Generic AccountWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountWithdrawalTypeType #

Generic AddressAssociated 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AddressAssociatedTypeType #

Generic AddressAssociatedTotal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AddressAssociatedTotalTypeType #

Generic RewardType 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep RewardTypeTypeType #

Generic AddressDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressDetailsTypeType #

Generic AddressInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressInfoTypeType #

Generic AddressInfoExtended 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressInfoExtendedTypeType #

Generic AddressTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressTransactionTypeType #

Generic AddressType 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressTypeTypeType #

Generic AddressUtxo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressUtxoTypeType #

Generic AssetAction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetActionTypeType #

Generic AssetAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetAddressTypeType #

Generic AssetDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetDetailsTypeType #

Generic AssetHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetHistoryTypeType #

Generic AssetInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetInfoTypeType #

Methods

fromAssetInfoRep AssetInfo x #

toRep AssetInfo x → AssetInfo #

Generic AssetMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetMetadataTypeType #

Generic AssetOnChainMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetOnChainMetadataTypeType #

Generic AssetTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetTransactionTypeType #

Generic MetadataMediaFile 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep MetadataMediaFileTypeType #

Generic Block 
Instance details

Defined in Blockfrost.Types.Cardano.Blocks

Associated Types

type Rep BlockTypeType #

Methods

fromBlockRep Block x #

toRep Block x → Block #

Generic CostModels 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Associated Types

type Rep CostModelsTypeType #

Generic CostModelsRaw 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Associated Types

type Rep CostModelsRawTypeType #

Generic EpochInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Associated Types

type Rep EpochInfoTypeType #

Methods

fromEpochInfoRep EpochInfo x #

toRep EpochInfo x → EpochInfo #

Generic PoolStakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Associated Types

type Rep PoolStakeDistributionTypeType #

Generic ProtocolParams 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Associated Types

type Rep ProtocolParamsTypeType #

Generic StakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Associated Types

type Rep StakeDistributionTypeType #

Generic Genesis 
Instance details

Defined in Blockfrost.Types.Cardano.Genesis

Associated Types

type Rep GenesisTypeType #

Methods

fromGenesisRep Genesis x #

toRep Genesis x → Genesis #

Generic MempoolRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Mempool

Associated Types

type Rep MempoolRedeemerTypeType #

Generic MempoolTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Mempool

Associated Types

type Rep MempoolTransactionTypeType #

Generic MempoolUTxOInput 
Instance details

Defined in Blockfrost.Types.Cardano.Mempool

Associated Types

type Rep MempoolUTxOInputTypeType #

Generic TransactionInMempool 
Instance details

Defined in Blockfrost.Types.Cardano.Mempool

Associated Types

type Rep TransactionInMempoolTypeType #

Generic TxMeta 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Associated Types

type Rep TxMetaTypeType #

Methods

fromTxMetaRep TxMeta x #

toRep TxMeta x → TxMeta #

Generic TxMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Associated Types

type Rep TxMetaCBORTypeType #

Generic TxMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Associated Types

type Rep TxMetaJSONTypeType #

Generic Network 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep NetworkTypeType #

Methods

fromNetworkRep Network x #

toRep Network x → Network #

Generic NetworkEraBound 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep NetworkEraBoundTypeType #

Generic NetworkEraParameters 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep NetworkEraParametersTypeType #

Generic NetworkEraSummary 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep NetworkEraSummaryTypeType #

Generic NetworkStake 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep NetworkStakeTypeType #

Generic NetworkSupply 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep NetworkSupplyTypeType #

Generic Pool 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolTypeType #

Methods

fromPoolRep Pool x #

toRep Pool x → Pool #

Generic PoolDelegator 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolDelegatorTypeType #

Generic PoolEpoch 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolEpochTypeType #

Methods

fromPoolEpochRep PoolEpoch x #

toRep PoolEpoch x → PoolEpoch #

Generic PoolHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolHistoryTypeType #

Generic PoolInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolInfoTypeType #

Methods

fromPoolInfoRep PoolInfo x #

toRep PoolInfo x → PoolInfo #

Generic PoolMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolMetadataTypeType #

Generic PoolRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolRegistrationActionTypeType #

Generic PoolRelay 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolRelayTypeType #

Methods

fromPoolRelayRep PoolRelay x #

toRep PoolRelay x → PoolRelay #

Generic PoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolUpdateTypeType #

Generic InlineDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep InlineDatumTypeType #

Generic Script 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptTypeType #

Methods

fromScriptRep Script x #

toRep Script x → Script #

Generic ScriptCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptCBORTypeType #

Generic ScriptDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptDatumTypeType #

Generic ScriptDatumCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptDatumCBORTypeType #

Generic ScriptJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptJSONTypeType #

Generic ScriptRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptRedeemerTypeType #

Generic ScriptType 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptTypeTypeType #

Generic PoolUpdateMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep PoolUpdateMetadataTypeType #

Generic Pot 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep PotTypeType #

Methods

fromPotRep Pot x #

toRep Pot x → Pot #

Generic Transaction 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionTypeType #

Generic TransactionCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionCBORTypeType #

Generic TransactionDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionDelegationTypeType #

Generic TransactionMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionMetaCBORTypeType #

Generic TransactionMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionMetaJSONTypeType #

Generic TransactionMir 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionMirTypeType #

Generic TransactionPoolRetiring 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionPoolRetiringTypeType #

Generic TransactionPoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionPoolUpdateTypeType #

Generic TransactionRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionRedeemerTypeType #

Generic TransactionStake 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionStakeTypeType #

Generic TransactionUtxos 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionUtxosTypeType #

Generic TransactionWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionWithdrawalTypeType #

Generic UtxoInput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep UtxoInputTypeType #

Methods

fromUtxoInputRep UtxoInput x #

toRep UtxoInput x → UtxoInput #

Generic UtxoOutput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep UtxoOutputTypeType #

Generic DerivedAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Associated Types

type Rep DerivedAddressTypeType #

Generic TxEval 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Associated Types

type Rep TxEvalTypeType #

Methods

fromTxEvalRep TxEval x #

toRep TxEval x → TxEval #

Generic TxEvalBudget 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Associated Types

type Rep TxEvalBudgetTypeType #

Generic TxEvalFailure 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Associated Types

type Rep TxEvalFailure ∷ TypeType #

Methods

from ∷ TxEvalFailure → Rep TxEvalFailure x #

toRep TxEvalFailure x → TxEvalFailure #

Generic TxEvalInput 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Associated Types

type Rep TxEvalInputTypeType #

Generic TxEvalValidator 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Associated Types

type Rep TxEvalValidatorTypeType #

Generic Healthy 
Instance details

Defined in Blockfrost.Types.Common

Associated Types

type Rep HealthyTypeType #

Methods

fromHealthyRep Healthy x #

toRep Healthy x → Healthy #

Generic Metric 
Instance details

Defined in Blockfrost.Types.Common

Associated Types

type Rep MetricTypeType #

Methods

fromMetricRep Metric x #

toRep Metric x → Metric #

Generic ServerTime 
Instance details

Defined in Blockfrost.Types.Common

Associated Types

type Rep ServerTimeTypeType #

Generic URLVersion 
Instance details

Defined in Blockfrost.Types.Common

Associated Types

type Rep URLVersionTypeType #

Generic IPFSAdd 
Instance details

Defined in Blockfrost.Types.IPFS

Associated Types

type Rep IPFSAddTypeType #

Methods

fromIPFSAddRep IPFSAdd x #

toRep IPFSAdd x → IPFSAdd #

Generic IPFSData 
Instance details

Defined in Blockfrost.Types.IPFS

Associated Types

type Rep IPFSDataTypeType #

Methods

fromIPFSDataRep IPFSData x #

toRep IPFSData x → IPFSData #

Generic IPFSPin 
Instance details

Defined in Blockfrost.Types.IPFS

Associated Types

type Rep IPFSPinTypeType #

Methods

fromIPFSPinRep IPFSPin x #

toRep IPFSPin x → IPFSPin #

Generic IPFSPinChange 
Instance details

Defined in Blockfrost.Types.IPFS

Associated Types

type Rep IPFSPinChangeTypeType #

Generic PinState 
Instance details

Defined in Blockfrost.Types.IPFS

Associated Types

type Rep PinStateTypeType #

Methods

fromPinStateRep PinState x #

toRep PinState x → PinState #

Generic NutlinkAddress 
Instance details

Defined in Blockfrost.Types.NutLink

Associated Types

type Rep NutlinkAddressTypeType #

Generic NutlinkAddressTicker 
Instance details

Defined in Blockfrost.Types.NutLink

Associated Types

type Rep NutlinkAddressTickerTypeType #

Generic NutlinkTicker 
Instance details

Defined in Blockfrost.Types.NutLink

Associated Types

type Rep NutlinkTickerTypeType #

Generic Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

Associated Types

type Rep AddressTypeType #

Methods

fromAddressRep Address x #

toRep Address x → Address #

Generic Amount 
Instance details

Defined in Blockfrost.Types.Shared.Amount

Associated Types

type Rep AmountTypeType #

Methods

fromAmountRep Amount x #

toRep Amount x → Amount #

Generic AmountExtended 
Instance details

Defined in Blockfrost.Types.Shared.Amount

Associated Types

type Rep AmountExtendedTypeType #

Generic AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

Associated Types

type Rep AssetIdTypeType #

Methods

fromAssetIdRep AssetId x #

toRep AssetId x → AssetId #

Generic BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

Associated Types

type Rep BlockHashTypeType #

Methods

fromBlockHashRep BlockHash x #

toRep BlockHash x → BlockHash #

Generic BlockIndex 
Instance details

Defined in Blockfrost.Types.Shared.BlockIndex

Associated Types

type Rep BlockIndexTypeType #

Generic DatumHash 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

Associated Types

type Rep DatumHashTypeType #

Methods

fromDatumHashRep DatumHash x #

toRep DatumHash x → DatumHash #

Generic Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Associated Types

type Rep EpochTypeType #

Methods

fromEpochRep Epoch x #

toRep Epoch x → Epoch #

Generic EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Associated Types

type Rep EpochLengthTypeType #

Generic POSIXMillis 
Instance details

Defined in Blockfrost.Types.Shared.POSIXMillis

Associated Types

type Rep POSIXMillisTypeType #

Generic PolicyId 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

Associated Types

type Rep PolicyIdTypeType #

Methods

fromPolicyIdRep PolicyId x #

toRep PolicyId x → PolicyId #

Generic PoolId 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

Associated Types

type Rep PoolIdTypeType #

Methods

fromPoolIdRep PoolId x #

toRep PoolId x → PoolId #

Generic Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

Associated Types

type Rep QuantityTypeType #

Methods

fromQuantityRep Quantity x #

toRep Quantity x → Quantity #

Generic ScriptHash 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

Associated Types

type Rep ScriptHashTypeType #

Generic ScriptHashList 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

Associated Types

type Rep ScriptHashListTypeType #

Generic Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Associated Types

type Rep SlotTypeType #

Methods

fromSlotRep Slot x #

toRep Slot x → Slot #

Generic TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

Associated Types

type Rep TxHashTypeType #

Methods

fromTxHashRep TxHash x #

toRep TxHash x → TxHash #

Generic TxHashObject 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

Associated Types

type Rep TxHashObjectTypeType #

Generic ValidationPurpose 
Instance details

Defined in Blockfrost.Types.Shared.ValidationPurpose

Associated Types

type Rep ValidationPurposeTypeType #

Generic Address 
Instance details

Defined in Cardano.Address

Associated Types

type Rep AddressTypeType #

Methods

fromAddressRep Address x #

toRep Address x → Address #

Generic AddressDiscrimination 
Instance details

Defined in Cardano.Address

Associated Types

type Rep AddressDiscriminationTypeType #

Generic ChainPointer 
Instance details

Defined in Cardano.Address

Associated Types

type Rep ChainPointerTypeType #

Generic NetworkTag 
Instance details

Defined in Cardano.Address

Associated Types

type Rep NetworkTagTypeType #

Generic Cosigner 
Instance details

Defined in Cardano.Address.Script

Associated Types

type Rep CosignerTypeType #

Methods

fromCosignerRep Cosigner x #

toRep Cosigner x → Cosigner #

Generic KeyHash 
Instance details

Defined in Cardano.Address.Script

Associated Types

type Rep KeyHashTypeType #

Methods

fromKeyHashRep KeyHash x #

toRep KeyHash x → KeyHash #

Generic KeyRole 
Instance details

Defined in Cardano.Address.Script

Associated Types

type Rep KeyRoleTypeType #

Methods

fromKeyRoleRep KeyRole x #

toRep KeyRole x → KeyRole #

Generic ScriptHash 
Instance details

Defined in Cardano.Address.Script

Associated Types

type Rep ScriptHashTypeType #

Generic ScriptTemplate 
Instance details

Defined in Cardano.Address.Script

Associated Types

type Rep ScriptTemplateTypeType #

Generic ValidationLevel 
Instance details

Defined in Cardano.Address.Script

Associated Types

type Rep ValidationLevelTypeType #

Generic AddressInfo 
Instance details

Defined in Cardano.Address.Style.Byron

Associated Types

type Rep AddressInfoTypeType #

Generic ErrInspectAddress 
Instance details

Defined in Cardano.Address.Style.Byron

Associated Types

type Rep ErrInspectAddressTypeType #

Generic PayloadInfo 
Instance details

Defined in Cardano.Address.Style.Byron

Associated Types

type Rep PayloadInfo ∷ TypeType #

Methods

from ∷ PayloadInfo → Rep PayloadInfo x #

toRep PayloadInfo x → PayloadInfo #

Generic AddressInfo 
Instance details

Defined in Cardano.Address.Style.Icarus

Associated Types

type Rep AddressInfoTypeType #

Generic ErrInspectAddress 
Instance details

Defined in Cardano.Address.Style.Icarus

Associated Types

type Rep ErrInspectAddressTypeType #

Generic Role 
Instance details

Defined in Cardano.Address.Style.Icarus

Associated Types

type Rep RoleTypeType #

Methods

fromRoleRep Role x #

toRep Role x → Role #

Generic AddressInfo 
Instance details

Defined in Cardano.Address.Style.Shelley

Associated Types

type Rep AddressInfoTypeType #

Generic ErrInspectAddress 
Instance details

Defined in Cardano.Address.Style.Shelley

Associated Types

type Rep ErrInspectAddressTypeType #

Generic ErrInspectAddressOnlyShelley 
Instance details

Defined in Cardano.Address.Style.Shelley

Associated Types

type Rep ErrInspectAddressOnlyShelleyTypeType #

Generic ErrInvalidStakeAddress 
Instance details

Defined in Cardano.Address.Style.Shelley

Associated Types

type Rep ErrInvalidStakeAddress ∷ TypeType #

Methods

from ∷ ErrInvalidStakeAddress → Rep ErrInvalidStakeAddress x #

toRep ErrInvalidStakeAddress x → ErrInvalidStakeAddress #

Generic InspectAddress 
Instance details

Defined in Cardano.Address.Style.Shelley

Associated Types

type Rep InspectAddressTypeType #

Generic ReferenceInfo 
Instance details

Defined in Cardano.Address.Style.Shelley

Associated Types

type Rep ReferenceInfoTypeType #

Generic Role 
Instance details

Defined in Cardano.Address.Style.Shelley

Associated Types

type Rep RoleTypeType #

Methods

fromRoleRep Role x #

toRep Role x → Role #

Generic PraosNonce 
Instance details

Defined in Cardano.Api.ProtocolParameters

Associated Types

type Rep PraosNonceTypeType #

Generic ProtocolParameters 
Instance details

Defined in Cardano.Api.ProtocolParameters

Associated Types

type Rep ProtocolParametersTypeType #

Generic BalanceInsufficientError 
Instance details

Defined in Cardano.CoinSelection.Balance

Associated Types

type Rep BalanceInsufficientErrorTypeType #

Generic UTxOBalanceSufficiencyInfo 
Instance details

Defined in Cardano.CoinSelection.Balance

Associated Types

type Rep UTxOBalanceSufficiencyInfoTypeType #

Generic UnableToConstructChangeError 
Instance details

Defined in Cardano.CoinSelection.Balance

Associated Types

type Rep UnableToConstructChangeErrorTypeType #

Generic TokenBundleSizeAssessment 
Instance details

Defined in Cardano.CoinSelection.Size

Associated Types

type Rep TokenBundleSizeAssessmentTypeType #

Generic TokenBundleSizeAssessor 
Instance details

Defined in Cardano.CoinSelection.Size

Associated Types

type Rep TokenBundleSizeAssessorTypeType #

Generic Asset 
Instance details

Defined in Cardano.CoinSelection.UTxOIndex.Internal

Associated Types

type Rep AssetTypeType #

Methods

fromAssetRep Asset x #

toRep Asset x → Asset #

Generic XPub 
Instance details

Defined in Cardano.Crypto.Wallet

Associated Types

type Rep XPubTypeType #

Methods

fromXPubRep XPub x #

toRep XPub x → XPub #

Generic XPub 
Instance details

Defined in Cardano.Crypto.Wallet.Pure

Associated Types

type Rep XPubTypeType #

Methods

fromXPubRep XPub x #

toRep XPub x → XPub #

Generic Point 
Instance details

Defined in Cardano.Crypto.VRF.Simple

Associated Types

type Rep Point ∷ TypeType #

Methods

from ∷ Point → Rep Point x #

toRep Point x → Point #

Generic Output 
Instance details

Defined in Cardano.Crypto.VRF.Praos

Associated Types

type Rep OutputTypeType #

Methods

fromOutputRep Output x #

toRep Output x → Output #

Generic Proof 
Instance details

Defined in Cardano.Crypto.VRF.Praos

Associated Types

type Rep ProofTypeType #

Methods

fromProofRep Proof x #

toRep Proof x → Proof #

Generic SignKey 
Instance details

Defined in Cardano.Crypto.VRF.Praos

Associated Types

type Rep SignKeyTypeType #

Methods

fromSignKeyRep SignKey x #

toRep SignKey x → SignKey #

Generic VerKey 
Instance details

Defined in Cardano.Crypto.VRF.Praos

Associated Types

type Rep VerKeyTypeType #

Methods

fromVerKeyRep VerKey x #

toRep VerKey x → VerKey #

Generic Output 
Instance details

Defined in Cardano.Crypto.VRF.PraosBatchCompat

Associated Types

type Rep Output ∷ TypeType #

Methods

from ∷ Output → Rep Output x #

toRep Output x → Output #

Generic Proof 
Instance details

Defined in Cardano.Crypto.VRF.PraosBatchCompat

Associated Types

type Rep Proof ∷ TypeType #

Methods

from ∷ Proof → Rep Proof x #

toRep Proof x → Proof #

Generic SignKey 
Instance details

Defined in Cardano.Crypto.VRF.PraosBatchCompat

Associated Types

type Rep SignKey ∷ TypeType #

Methods

from ∷ SignKey → Rep SignKey x #

toRep SignKey x → SignKey #

Generic VerKey 
Instance details

Defined in Cardano.Crypto.VRF.PraosBatchCompat

Associated Types

type Rep VerKey ∷ TypeType #

Methods

from ∷ VerKey → Rep VerKey x #

toRep VerKey x → VerKey #

Generic ProtocolMagicId 
Instance details

Defined in Cardano.Crypto.ProtocolMagic

Associated Types

type Rep ProtocolMagicIdTypeType #

Generic RequiresNetworkMagic 
Instance details

Defined in Cardano.Crypto.ProtocolMagic

Associated Types

type Rep RequiresNetworkMagicTypeType #

Generic CompactRedeemVerificationKey 
Instance details

Defined in Cardano.Crypto.Signing.Redeem.Compact

Associated Types

type Rep CompactRedeemVerificationKeyTypeType #

Generic RedeemSigningKey 
Instance details

Defined in Cardano.Crypto.Signing.Redeem.SigningKey

Associated Types

type Rep RedeemSigningKeyTypeType #

Generic RedeemVerificationKey 
Instance details

Defined in Cardano.Crypto.Signing.Redeem.VerificationKey

Associated Types

type Rep RedeemVerificationKeyTypeType #

Generic SignTag 
Instance details

Defined in Cardano.Crypto.Signing.Tag

Associated Types

type Rep SignTagTypeType #

Methods

fromSignTagRep SignTag x #

toRep SignTag x → SignTag #

Generic VerificationKey 
Instance details

Defined in Cardano.Crypto.Signing.VerificationKey

Associated Types

type Rep VerificationKeyTypeType #

Generic ValidityInterval 
Instance details

Defined in Cardano.Ledger.Allegra.Scripts

Associated Types

type Rep ValidityIntervalTypeType #

Generic AlonzoGenesis 
Instance details

Defined in Cardano.Ledger.Alonzo.Genesis

Associated Types

type Rep AlonzoGenesisTypeType #

Generic LangDepView 
Instance details

Defined in Cardano.Ledger.Alonzo.PParams

Associated Types

type Rep LangDepViewTypeType #

Generic FailureDescription 
Instance details

Defined in Cardano.Ledger.Alonzo.Rules.Utxos

Associated Types

type Rep FailureDescriptionTypeType #

Generic TagMismatchDescription 
Instance details

Defined in Cardano.Ledger.Alonzo.Rules.Utxos

Associated Types

type Rep TagMismatchDescriptionTypeType #

Generic IsValid 
Instance details

Defined in Cardano.Ledger.Alonzo.Tx

Associated Types

type Rep IsValidTypeType #

Methods

fromIsValidRep IsValid x #

toRep IsValid x → IsValid #

Generic Addr28Extra 
Instance details

Defined in Cardano.Ledger.Alonzo.TxOut

Associated Types

type Rep Addr28ExtraTypeType #

Generic DataHash32 
Instance details

Defined in Cardano.Ledger.Alonzo.TxOut

Associated Types

type Rep DataHash32TypeType #

Generic MemberStatus 
Instance details

Defined in Cardano.Ledger.Api.State.Query.CommitteeMembersState

Associated Types

type Rep MemberStatusTypeType #

Generic NextEpochChange 
Instance details

Defined in Cardano.Ledger.Api.State.Query.CommitteeMembersState

Associated Types

type Rep NextEpochChangeTypeType #

Generic ByteSpan 
Instance details

Defined in Cardano.Ledger.Binary.Decoding.Annotated

Associated Types

type Rep ByteSpanTypeType #

Methods

fromByteSpanRep ByteSpan x #

toRep ByteSpan x → ByteSpan #

Generic ToSign 
Instance details

Defined in Cardano.Chain.Block.Header

Associated Types

type Rep ToSignTypeType #

Methods

fromToSignRep ToSign x #

toRep ToSign x → ToSign #

Generic Proof 
Instance details

Defined in Cardano.Chain.Block.Proof

Associated Types

type Rep ProofTypeType #

Methods

fromProofRep Proof x #

toRep Proof x → Proof #

Generic ChainValidationState 
Instance details

Defined in Cardano.Chain.Block.Validation

Associated Types

type Rep ChainValidationStateTypeType #

Generic AddrAttributes 
Instance details

Defined in Cardano.Chain.Common.AddrAttributes

Associated Types

type Rep AddrAttributesTypeType #

Generic HDAddressPayload 
Instance details

Defined in Cardano.Chain.Common.AddrAttributes

Associated Types

type Rep HDAddressPayloadTypeType #

Generic AddrSpendingData 
Instance details

Defined in Cardano.Chain.Common.AddrSpendingData

Associated Types

type Rep AddrSpendingDataTypeType #

Generic AddrType 
Instance details

Defined in Cardano.Chain.Common.AddrSpendingData

Associated Types

type Rep AddrTypeTypeType #

Methods

fromAddrTypeRep AddrType x #

toRep AddrType x → AddrType #

Generic Address 
Instance details

Defined in Cardano.Chain.Common.Address

Associated Types

type Rep AddressTypeType #

Methods

fromAddressRep Address x #

toRep Address x → Address #

Generic Address' 
Instance details

Defined in Cardano.Chain.Common.Address

Associated Types

type Rep Address'TypeType #

Methods

fromAddress'Rep Address' x #

toRep Address' x → Address' #

Generic UnparsedFields 
Instance details

Defined in Cardano.Chain.Common.Attributes

Associated Types

type Rep UnparsedFieldsTypeType #

Generic BlockCount 
Instance details

Defined in Cardano.Chain.Common.BlockCount

Associated Types

type Rep BlockCountTypeType #

Generic ChainDifficulty 
Instance details

Defined in Cardano.Chain.Common.ChainDifficulty

Associated Types

type Rep ChainDifficultyTypeType #

Generic CompactAddress 
Instance details

Defined in Cardano.Chain.Common.Compact

Associated Types

type Rep CompactAddressTypeType #

Generic Lovelace 
Instance details

Defined in Cardano.Chain.Common.Lovelace

Associated Types

type Rep LovelaceTypeType #

Methods

fromLovelaceRep Lovelace x #

toRep Lovelace x → Lovelace #

Generic LovelacePortion 
Instance details

Defined in Cardano.Chain.Common.LovelacePortion

Associated Types

type Rep LovelacePortionTypeType #

Generic NetworkMagic 
Instance details

Defined in Cardano.Chain.Common.NetworkMagic

Associated Types

type Rep NetworkMagicTypeType #

Generic TxFeePolicy 
Instance details

Defined in Cardano.Chain.Common.TxFeePolicy

Associated Types

type Rep TxFeePolicyTypeType #

Generic TxSizeLinear 
Instance details

Defined in Cardano.Chain.Common.TxSizeLinear

Associated Types

type Rep TxSizeLinearTypeType #

Generic Map 
Instance details

Defined in Cardano.Chain.Delegation.Map

Associated Types

type Rep MapTypeType #

Methods

fromMapRep Map x #

toRep Map x → Map #

Generic State 
Instance details

Defined in Cardano.Chain.Delegation.Validation.Activation

Associated Types

type Rep StateTypeType #

Methods

fromStateRep State x #

toRep State x → State #

Generic Environment 
Instance details

Defined in Cardano.Chain.Delegation.Validation.Interface

Associated Types

type Rep EnvironmentTypeType #

Generic State 
Instance details

Defined in Cardano.Chain.Delegation.Validation.Interface

Associated Types

type Rep StateTypeType #

Methods

fromStateRep State x #

toRep State x → State #

Generic Environment 
Instance details

Defined in Cardano.Chain.Delegation.Validation.Scheduling

Associated Types

type Rep EnvironmentTypeType #

Generic ScheduledDelegation 
Instance details

Defined in Cardano.Chain.Delegation.Validation.Scheduling

Associated Types

type Rep ScheduledDelegationTypeType #

Generic State 
Instance details

Defined in Cardano.Chain.Delegation.Validation.Scheduling

Associated Types

type Rep StateTypeType #

Methods

fromStateRep State x #

toRep State x → State #

Generic Config 
Instance details

Defined in Cardano.Chain.Genesis.Config

Associated Types

type Rep ConfigTypeType #

Methods

fromConfigRep Config x #

toRep Config x → Config #

Generic GenesisData 
Instance details

Defined in Cardano.Chain.Genesis.Data

Associated Types

type Rep GenesisDataTypeType #

Generic GeneratedSecrets 
Instance details

Defined in Cardano.Chain.Genesis.Generate

Associated Types

type Rep GeneratedSecretsTypeType #

Generic PoorSecret 
Instance details

Defined in Cardano.Chain.Genesis.Generate

Associated Types

type Rep PoorSecretTypeType #

Generic GenesisHash 
Instance details

Defined in Cardano.Chain.Genesis.Hash

Associated Types

type Rep GenesisHashTypeType #

Generic FakeAvvmOptions 
Instance details

Defined in Cardano.Chain.Genesis.Initializer

Associated Types

type Rep FakeAvvmOptionsTypeType #

Generic GenesisSpec 
Instance details

Defined in Cardano.Chain.Genesis.Spec

Associated Types

type Rep GenesisSpecTypeType #

Generic EpochAndSlotCount 
Instance details

Defined in Cardano.Chain.Slotting.EpochAndSlotCount

Associated Types

type Rep EpochAndSlotCountTypeType #

Generic EpochNumber 
Instance details

Defined in Cardano.Chain.Slotting.EpochNumber

Associated Types

type Rep EpochNumberTypeType #

Generic EpochSlots 
Instance details

Defined in Cardano.Chain.Slotting.EpochSlots

Associated Types

type Rep EpochSlotsTypeType #

Generic SlotCount 
Instance details

Defined in Cardano.Chain.Slotting.SlotCount

Associated Types

type Rep SlotCountTypeType #

Methods

fromSlotCountRep SlotCount x #

toRep SlotCount x → SlotCount #

Generic SlotNumber 
Instance details

Defined in Cardano.Chain.Slotting.SlotNumber

Associated Types

type Rep SlotNumberTypeType #

Generic SscPayload 
Instance details

Defined in Cardano.Chain.Ssc

Associated Types

type Rep SscPayloadTypeType #

Generic SscProof 
Instance details

Defined in Cardano.Chain.Ssc

Associated Types

type Rep SscProofTypeType #

Methods

fromSscProofRep SscProof x #

toRep SscProof x → SscProof #

Generic CompactTxId 
Instance details

Defined in Cardano.Chain.UTxO.Compact

Associated Types

type Rep CompactTxIdTypeType #

Generic CompactTxIn 
Instance details

Defined in Cardano.Chain.UTxO.Compact

Associated Types

type Rep CompactTxInTypeType #

Generic CompactTxOut 
Instance details

Defined in Cardano.Chain.UTxO.Compact

Associated Types

type Rep CompactTxOutTypeType #

Generic Tx 
Instance details

Defined in Cardano.Chain.UTxO.Tx

Associated Types

type Rep TxTypeType #

Methods

fromTxRep Tx x #

toRep Tx x → Tx #

Generic TxIn 
Instance details

Defined in Cardano.Chain.UTxO.Tx

Associated Types

type Rep TxInTypeType #

Methods

fromTxInRep TxIn x #

toRep TxIn x → TxIn #

Generic TxOut 
Instance details

Defined in Cardano.Chain.UTxO.Tx

Associated Types

type Rep TxOutTypeType #

Methods

fromTxOutRep TxOut x #

toRep TxOut x → TxOut #

Generic TxProof 
Instance details

Defined in Cardano.Chain.UTxO.TxProof

Associated Types

type Rep TxProofTypeType #

Methods

fromTxProofRep TxProof x #

toRep TxProof x → TxProof #

Generic TxInWitness 
Instance details

Defined in Cardano.Chain.UTxO.TxWitness

Associated Types

type Rep TxInWitnessTypeType #

Generic TxSigData 
Instance details

Defined in Cardano.Chain.UTxO.TxWitness

Associated Types

type Rep TxSigDataTypeType #

Methods

fromTxSigDataRep TxSigData x #

toRep TxSigData x → TxSigData #

Generic UTxO 
Instance details

Defined in Cardano.Chain.UTxO.UTxO

Associated Types

type Rep UTxOTypeType #

Methods

fromUTxORep UTxO x #

toRep UTxO x → UTxO #

Generic UTxOConfiguration 
Instance details

Defined in Cardano.Chain.UTxO.UTxOConfiguration

Associated Types

type Rep UTxOConfigurationTypeType #

Generic ApplicationName 
Instance details

Defined in Cardano.Chain.Update.ApplicationName

Associated Types

type Rep ApplicationNameTypeType #

Generic InstallerHash 
Instance details

Defined in Cardano.Chain.Update.InstallerHash

Associated Types

type Rep InstallerHashTypeType #

Generic ProposalBody 
Instance details

Defined in Cardano.Chain.Update.Proposal

Associated Types

type Rep ProposalBodyTypeType #

Generic ProtocolParameters 
Instance details

Defined in Cardano.Chain.Update.ProtocolParameters

Associated Types

type Rep ProtocolParametersTypeType #

Generic ProtocolParametersUpdate 
Instance details

Defined in Cardano.Chain.Update.ProtocolParametersUpdate

Associated Types

type Rep ProtocolParametersUpdateTypeType #

Generic ProtocolVersion 
Instance details

Defined in Cardano.Chain.Update.ProtocolVersion

Associated Types

type Rep ProtocolVersionTypeType #

Generic SoftforkRule 
Instance details

Defined in Cardano.Chain.Update.SoftforkRule

Associated Types

type Rep SoftforkRuleTypeType #

Generic SoftwareVersion 
Instance details

Defined in Cardano.Chain.Update.SoftwareVersion

Associated Types

type Rep SoftwareVersionTypeType #

Generic SystemTag 
Instance details

Defined in Cardano.Chain.Update.SystemTag

Associated Types

type Rep SystemTagTypeType #

Methods

fromSystemTagRep SystemTag x #

toRep SystemTag x → SystemTag #

Generic CandidateProtocolUpdate 
Instance details

Defined in Cardano.Chain.Update.Validation.Endorsement

Associated Types

type Rep CandidateProtocolUpdateTypeType #

Generic Endorsement 
Instance details

Defined in Cardano.Chain.Update.Validation.Endorsement

Associated Types

type Rep EndorsementTypeType #

Generic State 
Instance details

Defined in Cardano.Chain.Update.Validation.Interface

Associated Types

type Rep StateTypeType #

Methods

fromStateRep State x #

toRep State x → State #

Generic ApplicationVersion 
Instance details

Defined in Cardano.Chain.Update.Validation.Registration

Associated Types

type Rep ApplicationVersionTypeType #

Generic ProtocolUpdateProposal 
Instance details

Defined in Cardano.Chain.Update.Validation.Registration

Associated Types

type Rep ProtocolUpdateProposalTypeType #

Generic SoftwareUpdateProposal 
Instance details

Defined in Cardano.Chain.Update.Validation.Registration

Associated Types

type Rep SoftwareUpdateProposalTypeType #

Generic Environment 
Instance details

Defined in Cardano.Chain.Update.Validation.Voting

Associated Types

type Rep EnvironmentTypeType #

Generic RegistrationEnvironment 
Instance details

Defined in Cardano.Chain.Update.Validation.Voting

Associated Types

type Rep RegistrationEnvironmentTypeType #

Generic GovActionIx 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep GovActionIxTypeType #

Generic GovActionPurpose 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep GovActionPurposeTypeType #

Generic Vote 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep VoteTypeType #

Methods

fromVoteRep Vote x #

toRep Vote x → Vote #

Generic DRepVotingThresholds 
Instance details

Defined in Cardano.Ledger.Conway.PParams

Associated Types

type Rep DRepVotingThresholdsTypeType #

Generic PoolVotingThresholds 
Instance details

Defined in Cardano.Ledger.Conway.PParams

Associated Types

type Rep PoolVotingThresholdsTypeType #

Generic ActiveSlotCoeff 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep ActiveSlotCoeffTypeType #

Generic DnsName 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep DnsNameTypeType #

Methods

fromDnsNameRep DnsName x #

toRep DnsName x → DnsName #

Generic Globals 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep GlobalsTypeType #

Methods

fromGlobalsRep Globals x #

toRep Globals x → Globals #

Generic Network 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep NetworkTypeType #

Methods

fromNetworkRep Network x #

toRep Network x → Network #

Generic NonNegativeInterval 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep NonNegativeIntervalTypeType #

Generic Nonce 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep NonceTypeType #

Methods

fromNonceRep Nonce x #

toRep Nonce x → Nonce #

Generic Port 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep PortTypeType #

Methods

fromPortRep Port x #

toRep Port x → Port #

Generic PositiveInterval 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep PositiveIntervalTypeType #

Generic PositiveUnitInterval 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep PositiveUnitIntervalTypeType #

Generic ProtVer 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep ProtVerTypeType #

Methods

fromProtVerRep ProtVer x #

toRep ProtVer x → ProtVer #

Generic Relation 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep RelationTypeType #

Methods

fromRelationRep Relation x #

toRep Relation x → Relation #

Generic Seed 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep SeedTypeType #

Methods

fromSeedRep Seed x #

toRep Seed x → Seed #

Generic TxIx 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep TxIxTypeType #

Methods

fromTxIxRep TxIx x #

toRep TxIx x → TxIx #

Generic UnitInterval 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep UnitIntervalTypeType #

Generic Url 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep UrlTypeType #

Methods

fromUrlRep Url x #

toRep Url x → Url #

Generic Obligations 
Instance details

Defined in Cardano.Ledger.CertState

Associated Types

type Rep ObligationsTypeType #

Generic Coin 
Instance details

Defined in Cardano.Ledger.Coin

Associated Types

type Rep CoinTypeType #

Methods

fromCoinRep Coin x #

toRep Coin x → Coin #

Generic DeltaCoin 
Instance details

Defined in Cardano.Ledger.Coin

Associated Types

type Rep DeltaCoinTypeType #

Methods

fromDeltaCoinRep DeltaCoin x #

toRep DeltaCoin x → DeltaCoin #

Generic Ptr 
Instance details

Defined in Cardano.Ledger.Credential

Associated Types

type Rep PtrTypeType #

Methods

fromPtrRep Ptr x #

toRep Ptr x → Ptr #

Generic ChainCode 
Instance details

Defined in Cardano.Ledger.Keys.Bootstrap

Associated Types

type Rep ChainCodeTypeType #

Methods

fromChainCodeRep ChainCode x #

toRep ChainCode x → ChainCode #

Generic Metadatum 
Instance details

Defined in Cardano.Ledger.Metadata

Associated Types

type Rep MetadatumTypeType #

Methods

fromMetadatumRep Metadatum x #

toRep Metadatum x → Metadatum #

Generic CostModel 
Instance details

Defined in Cardano.Ledger.Plutus.CostModels

Associated Types

type Rep CostModelTypeType #

Methods

fromCostModelRep CostModel x #

toRep CostModel x → CostModel #

Generic CostModels 
Instance details

Defined in Cardano.Ledger.Plutus.CostModels

Associated Types

type Rep CostModelsTypeType #

Generic ExUnits 
Instance details

Defined in Cardano.Ledger.Plutus.ExUnits

Associated Types

type Rep ExUnitsTypeType #

Methods

fromExUnitsRep ExUnits x #

toRep ExUnits x → ExUnits #

Generic Prices 
Instance details

Defined in Cardano.Ledger.Plutus.ExUnits

Associated Types

type Rep PricesTypeType #

Methods

fromPricesRep Prices x #

toRep Prices x → Prices #

Generic Language 
Instance details

Defined in Cardano.Ledger.Plutus.Language

Associated Types

type Rep LanguageTypeType #

Methods

fromLanguageRep Language x #

toRep Language x → Language #

Generic PlutusBinary 
Instance details

Defined in Cardano.Ledger.Plutus.Language

Associated Types

type Rep PlutusBinaryTypeType #

Generic PoolMetadata 
Instance details

Defined in Cardano.Ledger.PoolParams

Associated Types

type Rep PoolMetadataTypeType #

Generic StakePoolRelay 
Instance details

Defined in Cardano.Ledger.PoolParams

Associated Types

type Rep StakePoolRelayTypeType #

Generic RewardType 
Instance details

Defined in Cardano.Ledger.Rewards

Associated Types

type Rep RewardTypeTypeType #

Generic Duration 
Instance details

Defined in Cardano.Ledger.Slot

Associated Types

type Rep DurationTypeType #

Methods

fromDurationRep Duration x #

toRep Duration x → Duration #

Generic RDPair 
Instance details

Defined in Cardano.Ledger.UMap

Associated Types

type Rep RDPairTypeType #

Methods

fromRDPairRep RDPair x #

toRep RDPair x → RDPair #

Generic ByronKeyPair 
Instance details

Defined in Test.Cardano.Ledger.Core.KeyPair

Associated Types

type Rep ByronKeyPair ∷ TypeType #

Methods

from ∷ ByronKeyPair → Rep ByronKeyPair x #

toRep ByronKeyPair x → ByronKeyPair #

Generic PlutusArgs 
Instance details

Defined in Test.Cardano.Ledger.Plutus.ScriptTestContext

Associated Types

type Rep PlutusArgs ∷ TypeType #

Methods

from ∷ PlutusArgs → Rep PlutusArgs x #

toRep PlutusArgs x → PlutusArgs #

Generic ChainChecksPParams 
Instance details

Defined in Cardano.Ledger.Chain

Associated Types

type Rep ChainChecksPParamsTypeType #

Generic ChainPredicateFailure 
Instance details

Defined in Cardano.Ledger.Chain

Associated Types

type Rep ChainPredicateFailureTypeType #

Generic RewardInfoPool 
Instance details

Defined in Cardano.Ledger.Shelley.API.Wallet

Associated Types

type Rep RewardInfoPoolTypeType #

Generic RewardParams 
Instance details

Defined in Cardano.Ledger.Shelley.API.Wallet

Associated Types

type Rep RewardParamsTypeType #

Generic AdaPots 
Instance details

Defined in Cardano.Ledger.Shelley.AdaPots

Associated Types

type Rep AdaPotsTypeType #

Methods

fromAdaPotsRep AdaPots x #

toRep AdaPots x → AdaPots #

Generic NominalDiffTimeMicro 
Instance details

Defined in Cardano.Ledger.Shelley.Genesis

Associated Types

type Rep NominalDiffTimeMicroTypeType #

Generic AccountState 
Instance details

Defined in Cardano.Ledger.Shelley.LedgerState.Types

Associated Types

type Rep AccountStateTypeType #

Generic Histogram 
Instance details

Defined in Cardano.Ledger.Shelley.PoolRank

Associated Types

type Rep HistogramTypeType #

Methods

fromHistogramRep Histogram x #

toRep Histogram x → Histogram #

Generic Likelihood 
Instance details

Defined in Cardano.Ledger.Shelley.PoolRank

Associated Types

type Rep LikelihoodTypeType #

Generic LogWeight 
Instance details

Defined in Cardano.Ledger.Shelley.PoolRank

Associated Types

type Rep LogWeightTypeType #

Methods

fromLogWeightRep LogWeight x #

toRep LogWeight x → LogWeight #

Generic PerformanceEstimate 
Instance details

Defined in Cardano.Ledger.Shelley.PoolRank

Associated Types

type Rep PerformanceEstimateTypeType #

Generic Desirability 
Instance details

Defined in Cardano.Ledger.Shelley.RewardProvenance

Associated Types

type Rep DesirabilityTypeType #

Generic StakeShare 
Instance details

Defined in Cardano.Ledger.Shelley.Rewards

Associated Types

type Rep StakeShareTypeType #

Generic VotingPeriod 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Ppup

Associated Types

type Rep VotingPeriodTypeType #

Generic MIRPot 
Instance details

Defined in Cardano.Ledger.Shelley.TxCert

Associated Types

type Rep MIRPotTypeType #

Methods

fromMIRPotRep MIRPot x #

toRep MIRPot x → MIRPot #

Generic NetworkP2PMode 
Instance details

Defined in Cardano.Node.Configuration.POM

Associated Types

type Rep NetworkP2PModeTypeType #

Generic PartialNodeConfiguration 
Instance details

Defined in Cardano.Node.Configuration.POM

Associated Types

type Rep PartialNodeConfigurationTypeType #

Generic ShutdownOn 
Instance details

Defined in Cardano.Node.Handlers.Shutdown

Associated Types

type Rep ShutdownOnTypeType #

Generic ShutdownTrace 
Instance details

Defined in Cardano.Node.Handlers.Shutdown

Associated Types

type Rep ShutdownTraceTypeType #

Generic Protocol 
Instance details

Defined in Cardano.Node.Protocol.Types

Associated Types

type Rep ProtocolTypeType #

Methods

fromProtocolRep Protocol x #

toRep Protocol x → Protocol #

Generic PartialTraceSelection 
Instance details

Defined in Cardano.Tracing.Config

Associated Types

type Rep PartialTraceSelectionTypeType #

Generic InitiatorOnly 
Instance details

Defined in Cardano.Network.Ping

Associated Types

type Rep InitiatorOnlyTypeType #

Generic PeerSharing 
Instance details

Defined in Cardano.Network.Ping

Associated Types

type Rep PeerSharing ∷ TypeType #

Methods

from ∷ PeerSharing → Rep PeerSharing x #

toRep PeerSharing x → PeerSharing #

Generic KESPeriod 
Instance details

Defined in Cardano.Protocol.TPraos.OCert

Associated Types

type Rep KESPeriodTypeType #

Methods

fromKESPeriodRep KESPeriod x #

toRep KESPeriod x → KESPeriod #

Generic TicknPredicateFailure 
Instance details

Defined in Cardano.Protocol.TPraos.Rules.Tickn

Associated Types

type Rep TicknPredicateFailureTypeType #

Generic TicknState 
Instance details

Defined in Cardano.Protocol.TPraos.Rules.Tickn

Associated Types

type Rep TicknStateTypeType #

Generic BlockNo 
Instance details

Defined in Cardano.Slotting.Block

Associated Types

type Rep BlockNoTypeType #

Methods

fromBlockNoRep BlockNo x #

toRep BlockNo x → BlockNo #

Generic EpochInterval 
Instance details

Defined in Cardano.Slotting.Slot

Associated Types

type Rep EpochIntervalTypeType #

Generic EpochNo 
Instance details

Defined in Cardano.Slotting.Slot

Associated Types

type Rep EpochNoTypeType #

Methods

fromEpochNoRep EpochNo x #

toRep EpochNo x → EpochNo #

Generic EpochSize 
Instance details

Defined in Cardano.Slotting.Slot

Associated Types

type Rep EpochSizeTypeType #

Methods

fromEpochSizeRep EpochSize x #

toRep EpochSize x → EpochSize #

Generic SlotNo 
Instance details

Defined in Cardano.Slotting.Slot

Associated Types

type Rep SlotNoTypeType #

Methods

fromSlotNoRep SlotNo x #

toRep SlotNo x → SlotNo #

Generic RelativeTime 
Instance details

Defined in Cardano.Slotting.Time

Associated Types

type Rep RelativeTimeTypeType #

Generic SlotLength 
Instance details

Defined in Cardano.Slotting.Time

Associated Types

type Rep SlotLengthTypeType #

Generic SystemStart 
Instance details

Defined in Cardano.Slotting.Time

Associated Types

type Rep SystemStartTypeType #

Generic LeadershipSlot 
Instance details

Defined in Testnet.Types

Associated Types

type Rep LeadershipSlotTypeType #

Generic Address 
Instance details

Defined in Cardano.Wallet.Primitive.Types.Address

Associated Types

type Rep AddressTypeType #

Methods

fromAddressRep Address x #

toRep Address x → Address #

Generic AddressState 
Instance details

Defined in Cardano.Wallet.Primitive.Types.Address

Associated Types

type Rep AddressStateTypeType #

Generic AssetId 
Instance details

Defined in Cardano.Wallet.Primitive.Types.AssetId

Associated Types

type Rep AssetIdTypeType #

Methods

fromAssetIdRep AssetId x #

toRep AssetId x → AssetId #

Generic AssetName 
Instance details

Defined in Cardano.Wallet.Primitive.Types.AssetName

Associated Types

type Rep AssetNameTypeType #

Methods

fromAssetNameRep AssetName x #

toRep AssetName x → AssetName #

Generic Coin 
Instance details

Defined in Cardano.Wallet.Primitive.Types.Coin

Associated Types

type Rep CoinTypeType #

Methods

fromCoinRep Coin x #

toRep Coin x → Coin #

Generic TokenBundle 
Instance details

Defined in Cardano.Wallet.Primitive.Types.TokenBundle

Associated Types

type Rep TokenBundleTypeType #

Generic TokenMap 
Instance details

Defined in Cardano.Wallet.Primitive.Types.TokenMap

Associated Types

type Rep TokenMapTypeType #

Methods

fromTokenMapRep TokenMap x #

toRep TokenMap x → TokenMap #

Generic TokenPolicyId 
Instance details

Defined in Cardano.Wallet.Primitive.Types.TokenPolicyId

Associated Types

type Rep TokenPolicyIdTypeType #

Generic TokenQuantity 
Instance details

Defined in Cardano.Wallet.Primitive.Types.TokenQuantity

Associated Types

type Rep TokenQuantityTypeType #

Generic TxConstraints 
Instance details

Defined in Cardano.Wallet.Primitive.Types.Tx.Constraints

Associated Types

type Rep TxConstraintsTypeType #

Generic TxSize 
Instance details

Defined in Cardano.Wallet.Primitive.Types.Tx.Constraints

Associated Types

type Rep TxSizeTypeType #

Methods

fromTxSizeRep TxSize x #

toRep TxSize x → TxSize #

Generic BlockNo 
Instance details

Defined in Cardano.Read.Ledger.Block.BlockNo

Associated Types

type Rep BlockNoTypeType #

Methods

fromBlockNoRep BlockNo x #

toRep BlockNo x → BlockNo #

Generic SlotNo 
Instance details

Defined in Cardano.Read.Ledger.Block.SlotNo

Associated Types

type Rep SlotNoTypeType #

Methods

fromSlotNoRep SlotNo x #

toRep SlotNo x → SlotNo #

Generic NetworkId 
Instance details

Defined in Cardano.Wallet.Read.Chain.Genesis

Associated Types

type Rep NetworkIdTypeType #

Methods

fromNetworkIdRep NetworkId x #

toRep NetworkId x → NetworkId #

Generic NetworkMagic 
Instance details

Defined in Cardano.Wallet.Read.Chain.Genesis

Associated Types

type Rep NetworkMagicTypeType #

Generic ChainPoint 
Instance details

Defined in Cardano.Wallet.Read.Chain.Point

Associated Types

type Rep ChainPointTypeType #

Generic ChainTip 
Instance details

Defined in Cardano.Wallet.Read.Chain.Point

Associated Types

type Rep ChainTipTypeType #

Methods

fromChainTipRep ChainTip x #

toRep ChainTip x → ChainTip #

Generic Slot 
Instance details

Defined in Clb.TimeSlot

Associated Types

type Rep SlotTypeType #

Methods

fromSlotRep Slot x #

toRep Slot x → Slot #

Generic SlotConfig 
Instance details

Defined in Clb.TimeSlot

Associated Types

type Rep SlotConfigTypeType #

Generic Clock 
Instance details

Defined in System.Clock

Associated Types

type Rep ClockTypeType #

Methods

fromClockRep Clock x #

toRep Clock x → Clock #

Generic TimeSpec 
Instance details

Defined in System.Clock

Associated Types

type Rep TimeSpecTypeType #

Methods

fromTimeSpecRep TimeSpec x #

toRep TimeSpec x → TimeSpec #

Generic MetricValue 
Instance details

Defined in System.Metrics.ReqResp

Associated Types

type Rep MetricValueTypeType #

Generic Request 
Instance details

Defined in System.Metrics.ReqResp

Associated Types

type Rep RequestTypeType #

Methods

fromRequestRep Request x #

toRep Request x → Request #

Generic Response 
Instance details

Defined in System.Metrics.ReqResp

Associated Types

type Rep ResponseTypeType #

Methods

fromResponseRep Response x #

toRep Response x → Response #

Generic OsChar 
Instance details

Defined in System.OsString.Internal.Types.Hidden

Associated Types

type Rep OsCharTypeType #

Methods

fromOsCharRep OsChar x #

toRep OsChar x → OsChar #

Generic OsString 
Instance details

Defined in System.OsString.Internal.Types.Hidden

Associated Types

type Rep OsStringTypeType #

Methods

fromOsStringRep OsString x #

toRep OsString x → OsString #

Generic PosixChar 
Instance details

Defined in System.OsString.Internal.Types.Hidden

Associated Types

type Rep PosixCharTypeType #

Methods

fromPosixCharRep PosixChar x #

toRep PosixChar x → PosixChar #

Generic PosixString 
Instance details

Defined in System.OsString.Internal.Types.Hidden

Associated Types

type Rep PosixStringTypeType #

Generic WindowsChar 
Instance details

Defined in System.OsString.Internal.Types.Hidden

Associated Types

type Rep WindowsCharTypeType #

Generic WindowsString 
Instance details

Defined in System.OsString.Internal.Types.Hidden

Associated Types

type Rep WindowsStringTypeType #

Generic Filler 
Instance details

Defined in Flat.Filler

Associated Types

type Rep FillerTypeType #

Methods

fromFillerRep Filler x #

toRep Filler x → Filler #

Generic FsPath 
Instance details

Defined in System.FS.API.Types

Associated Types

type Rep FsPathTypeType #

Methods

fromFsPathRep FsPath x #

toRep FsPath x → FsPath #

Generic CRC 
Instance details

Defined in System.FS.CRC

Associated Types

type Rep CRCTypeType #

Methods

fromCRCRep CRC x #

toRep CRC x → CRC #

Generic ForeignSrcLang 
Instance details

Defined in GHC.ForeignSrcLang.Type

Associated Types

type Rep ForeignSrcLangTypeType #

Generic Extension 
Instance details

Defined in GHC.LanguageExtensions.Type

Associated Types

type Rep ExtensionTypeType #

Methods

fromExtensionRep Extension x #

toRep Extension x → Extension #

Generic ClosureType 
Instance details

Defined in GHC.Exts.Heap.ClosureTypes

Associated Types

type Rep ClosureTypeTypeType #

Generic PrimType 
Instance details

Defined in GHC.Exts.Heap.Closures

Associated Types

type Rep PrimTypeTypeType #

Methods

fromPrimTypeRep PrimType x #

toRep PrimType x → PrimType #

Generic TsoFlags 
Instance details

Defined in GHC.Exts.Heap.Closures

Associated Types

type Rep TsoFlagsTypeType #

Methods

fromTsoFlagsRep TsoFlags x #

toRep TsoFlags x → TsoFlags #

Generic WhatNext 
Instance details

Defined in GHC.Exts.Heap.Closures

Associated Types

type Rep WhatNextTypeType #

Methods

fromWhatNextRep WhatNext x #

toRep WhatNext x → WhatNext #

Generic WhyBlocked 
Instance details

Defined in GHC.Exts.Heap.Closures

Associated Types

type Rep WhyBlockedTypeType #

Generic StgInfoTable 
Instance details

Defined in GHC.Exts.Heap.InfoTable.Types

Associated Types

type Rep StgInfoTableTypeType #

Generic CostCentre 
Instance details

Defined in GHC.Exts.Heap.ProfInfo.Types

Associated Types

type Rep CostCentreTypeType #

Generic CostCentreStack 
Instance details

Defined in GHC.Exts.Heap.ProfInfo.Types

Associated Types

type Rep CostCentreStackTypeType #

Generic IndexTable 
Instance details

Defined in GHC.Exts.Heap.ProfInfo.Types

Associated Types

type Rep IndexTableTypeType #

Generic StgTSOProfInfo 
Instance details

Defined in GHC.Exts.Heap.ProfInfo.Types

Associated Types

type Rep StgTSOProfInfoTypeType #

Generic Ordering 
Instance details

Defined in GHC.Generics

Associated Types

type Rep OrderingTypeType #

Methods

fromOrderingRep Ordering x #

toRep Ordering x → Ordering #

Generic Half 
Instance details

Defined in Numeric.Half.Internal

Associated Types

type Rep HalfTypeType #

Methods

fromHalfRep Half x #

toRep Half x → Half #

Generic Component 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Associated Types

type Rep ComponentTypeType #

Methods

fromComponentRep Component x #

toRep Component x → Component #

Generic Plan 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Associated Types

type Rep PlanTypeType #

Methods

fromPlanRep Plan x #

toRep Plan x → Plan #

Generic IntegrationState 
Instance details

Defined in Hedgehog.Extras.Internal.Test.Integration

Associated Types

type Rep IntegrationStateTypeType #

Generic Sprocket 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Network.Sprocket

Associated Types

type Rep SprocketTypeType #

Methods

fromSprocketRep Sprocket x #

toRep Sprocket x → Sprocket #

Generic TimedOut 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

Associated Types

type Rep TimedOutTypeType #

Methods

fromTimedOutRep TimedOut x #

toRep TimedOut x → TimedOut #

Generic ExecConfig 
Instance details

Defined in Hedgehog.Extras.Test.Process

Associated Types

type Rep ExecConfigTypeType #

Generic Form 
Instance details

Defined in Web.Internal.FormUrlEncoded

Associated Types

type Rep FormTypeType #

Methods

fromFormRep Form x #

toRep Form x → Form #

Generic ByteRange 
Instance details

Defined in Network.HTTP.Types.Header

Associated Types

type Rep ByteRangeTypeType #

Methods

fromByteRangeRep ByteRange x #

toRep ByteRange x → ByteRange #

Generic StdMethod 
Instance details

Defined in Network.HTTP.Types.Method

Associated Types

type Rep StdMethodTypeType #

Methods

fromStdMethodRep StdMethod x #

toRep StdMethod x → StdMethod #

Generic Status 
Instance details

Defined in Network.HTTP.Types.Status

Associated Types

type Rep StatusTypeType #

Methods

fromStatusRep Status x #

toRep Status x → Status #

Generic HttpVersion 
Instance details

Defined in Network.HTTP.Types.Version

Associated Types

type Rep HttpVersionTypeType #

Generic Aggregated 
Instance details

Defined in Cardano.BM.Data.Aggregated

Associated Types

type Rep AggregatedTypeType #

Generic BaseStats 
Instance details

Defined in Cardano.BM.Data.Aggregated

Associated Types

type Rep BaseStatsTypeType #

Methods

fromBaseStatsRep BaseStats x #

toRep BaseStats x → BaseStats #

Generic EWMA 
Instance details

Defined in Cardano.BM.Data.Aggregated

Associated Types

type Rep EWMATypeType #

Methods

fromEWMARep EWMA x #

toRep EWMA x → EWMA #

Generic Measurable 
Instance details

Defined in Cardano.BM.Data.Aggregated

Associated Types

type Rep MeasurableTypeType #

Generic Stats 
Instance details

Defined in Cardano.BM.Data.Aggregated

Associated Types

type Rep StatsTypeType #

Methods

fromStatsRep Stats x #

toRep Stats x → Stats #

Generic AggregatedKind 
Instance details

Defined in Cardano.BM.Data.AggregatedKind

Associated Types

type Rep AggregatedKindTypeType #

Generic Endpoint 
Instance details

Defined in Cardano.BM.Data.Configuration

Associated Types

type Rep EndpointTypeType #

Methods

fromEndpointRep Endpoint x #

toRep Endpoint x → Endpoint #

Generic RemoteAddr 
Instance details

Defined in Cardano.BM.Data.Configuration

Associated Types

type Rep RemoteAddrTypeType #

Generic RemoteAddrNamed 
Instance details

Defined in Cardano.BM.Data.Configuration

Associated Types

type Rep RemoteAddrNamedTypeType #

Generic Representation 
Instance details

Defined in Cardano.BM.Data.Configuration

Associated Types

type Rep RepresentationTypeType #

Generic Counter 
Instance details

Defined in Cardano.BM.Data.Counter

Associated Types

type Rep CounterTypeType #

Methods

fromCounterRep Counter x #

toRep Counter x → Counter #

Generic CounterState 
Instance details

Defined in Cardano.BM.Data.Counter

Associated Types

type Rep CounterStateTypeType #

Generic CounterType 
Instance details

Defined in Cardano.BM.Data.Counter

Associated Types

type Rep CounterTypeTypeType #

Generic ObservableInstance 
Instance details

Defined in Cardano.BM.Data.Observable

Associated Types

type Rep ObservableInstanceTypeType #

Generic ScribeDefinition 
Instance details

Defined in Cardano.BM.Data.Output

Associated Types

type Rep ScribeDefinitionTypeType #

Generic ScribeFormat 
Instance details

Defined in Cardano.BM.Data.Output

Associated Types

type Rep ScribeFormatTypeType #

Generic ScribeKind 
Instance details

Defined in Cardano.BM.Data.Output

Associated Types

type Rep ScribeKindTypeType #

Generic ScribePrivacy 
Instance details

Defined in Cardano.BM.Data.Output

Associated Types

type Rep ScribePrivacyTypeType #

Generic RotationParameters 
Instance details

Defined in Cardano.BM.Data.Rotation

Associated Types

type Rep RotationParametersTypeType #

Generic Severity 
Instance details

Defined in Cardano.BM.Data.Severity

Associated Types

type Rep SeverityTypeType #

Methods

fromSeverityRep Severity x #

toRep Severity x → Severity #

Generic DropName 
Instance details

Defined in Cardano.BM.Data.SubTrace

Associated Types

type Rep DropNameTypeType #

Methods

fromDropNameRep DropName x #

toRep DropName x → DropName #

Generic NameSelector 
Instance details

Defined in Cardano.BM.Data.SubTrace

Associated Types

type Rep NameSelectorTypeType #

Generic SubTrace 
Instance details

Defined in Cardano.BM.Data.SubTrace

Associated Types

type Rep SubTraceTypeType #

Methods

fromSubTraceRep SubTrace x #

toRep SubTrace x → SubTrace #

Generic UnhideNames 
Instance details

Defined in Cardano.BM.Data.SubTrace

Associated Types

type Rep UnhideNamesTypeType #

Generic IP 
Instance details

Defined in Data.IP.Addr

Associated Types

type Rep IPTypeType #

Methods

fromIPRep IP x #

toRep IP x → IP #

Generic IPv4 
Instance details

Defined in Data.IP.Addr

Associated Types

type Rep IPv4TypeType #

Methods

fromIPv4Rep IPv4 x #

toRep IPv4 x → IPv4 #

Generic IPv6 
Instance details

Defined in Data.IP.Addr

Associated Types

type Rep IPv6TypeType #

Methods

fromIPv6Rep IPv6 x #

toRep IPv6 x → IPv6 #

Generic IPRange 
Instance details

Defined in Data.IP.Range

Associated Types

type Rep IPRangeTypeType #

Methods

fromIPRangeRep IPRange x #

toRep IPRange x → IPRange #

Generic Environment 
Instance details

Defined in Katip.Core

Associated Types

type Rep EnvironmentTypeType #

Generic LogStr 
Instance details

Defined in Katip.Core

Associated Types

type Rep LogStrTypeType #

Methods

fromLogStrRep LogStr x #

toRep LogStr x → LogStr #

Generic Namespace 
Instance details

Defined in Katip.Core

Associated Types

type Rep NamespaceTypeType #

Methods

fromNamespaceRep Namespace x #

toRep Namespace x → Namespace #

Generic Severity 
Instance details

Defined in Katip.Core

Associated Types

type Rep SeverityTypeType #

Methods

fromSeverityRep Severity x #

toRep Severity x → Severity #

Generic Verbosity 
Instance details

Defined in Katip.Core

Associated Types

type Rep VerbosityTypeType #

Methods

fromVerbosityRep Verbosity x #

toRep Verbosity x → Verbosity #

Generic ApiError 
Instance details

Defined in Maestro.Client.Error

Associated Types

type Rep ApiErrorTypeType #

Methods

fromApiErrorRep ApiError x #

toRep ApiError x → ApiError #

Generic AbsoluteSlot 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep AbsoluteSlotTypeType #

Generic BlockHash 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep BlockHashTypeType #

Methods

fromBlockHashRep BlockHash x #

toRep BlockHash x → BlockHash #

Generic BlockHeight 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep BlockHeightTypeType #

Generic DatumOption 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep DatumOptionTypeType #

Generic DatumOptionType 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep DatumOptionTypeTypeType #

Generic EpochNo 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep EpochNoTypeType #

Methods

fromEpochNoRep EpochNo x #

toRep EpochNo x → EpochNo #

Generic EpochSize 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep EpochSizeTypeType #

Methods

fromEpochSizeRep EpochSize x #

toRep EpochSize x → EpochSize #

Generic PolicyId 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep PolicyIdTypeType #

Methods

fromPolicyIdRep PolicyId x #

toRep PolicyId x → PolicyId #

Generic Script 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep ScriptTypeType #

Methods

fromScriptRep Script x #

toRep Script x → Script #

Generic ScriptType 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep ScriptTypeTypeType #

Generic SlotNo 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep SlotNoTypeType #

Methods

fromSlotNoRep SlotNo x #

toRep SlotNo x → SlotNo #

Generic TokenName 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep TokenNameTypeType #

Methods

fromTokenNameRep TokenName x #

toRep TokenName x → TokenName #

Generic TxHash 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep TxHashTypeType #

Methods

fromTxHashRep TxHash x #

toRep TxHash x → TxHash #

Generic TxIndex 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep TxIndexTypeType #

Methods

fromTxIndexRep TxIndex x #

toRep TxIndex x → TxIndex #

Generic AccountAction 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep AccountAction ∷ TypeType #

Methods

from ∷ AccountAction → Rep AccountAction x #

toRep AccountAction x → AccountAction #

Generic AccountHistory 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep AccountHistoryTypeType #

Generic AccountInfo 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep AccountInfoTypeType #

Generic AccountReward 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep AccountRewardTypeType #

Generic AccountStakingRewardType 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep AccountStakingRewardTypeTypeType #

Generic AccountUpdate 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep AccountUpdateTypeType #

Generic PaginatedAccountHistory 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep PaginatedAccountHistoryTypeType #

Generic PaginatedAccountReward 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep PaginatedAccountRewardTypeType #

Generic PaginatedAccountUpdate 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep PaginatedAccountUpdateTypeType #

Generic PaginatedAddress 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep PaginatedAddressTypeType #

Generic PaginatedAsset 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep PaginatedAssetTypeType #

Generic TimestampedAccountInfo 
Instance details

Defined in Maestro.Types.V1.Accounts

Associated Types

type Rep TimestampedAccountInfoTypeType #

Generic AddressInfo 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep AddressInfoTypeType #

Generic AddressTransaction 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep AddressTransactionTypeType #

Generic CertIndex 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep CertIndexTypeType #

Methods

fromCertIndexRep CertIndex x #

toRep CertIndex x → CertIndex #

Generic ChainPointer 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep ChainPointerTypeType #

Generic NetworkId 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep NetworkIdTypeType #

Methods

fromNetworkIdRep NetworkId x #

toRep NetworkId x → NetworkId #

Generic OutputReferenceObject 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep OutputReferenceObjectTypeType #

Generic PaginatedAddressTransaction 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep PaginatedAddressTransactionTypeType #

Generic PaginatedOutputReferenceObject 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep PaginatedOutputReferenceObjectTypeType #

Generic PaginatedPaymentCredentialTransaction 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep PaginatedPaymentCredentialTransactionTypeType #

Generic PaymentCredKind 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep PaymentCredKindTypeType #

Generic PaymentCredential 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep PaymentCredentialTypeType #

Generic PaymentCredentialTransaction 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep PaymentCredentialTransactionTypeType #

Generic StakingCredKind 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep StakingCredKindTypeType #

Generic StakingCredential 
Instance details

Defined in Maestro.Types.V1.Addresses

Associated Types

type Rep StakingCredentialTypeType #

Generic AssetInfo 
Instance details

Defined in Maestro.Types.V1.Assets

Associated Types

type Rep AssetInfoTypeType #

Methods

fromAssetInfoRep AssetInfo x #

toRep AssetInfo x → AssetInfo #

Generic AssetStandards 
Instance details

Defined in Maestro.Types.V1.Assets

Associated Types

type Rep AssetStandards ∷ TypeType #

Methods

from ∷ AssetStandards → Rep AssetStandards x #

toRep AssetStandards x → AssetStandards #

Generic Cip68AssetType 
Instance details

Defined in Maestro.Types.V1.Assets

Associated Types

type Rep Cip68AssetType ∷ TypeType #

Methods

from ∷ Cip68AssetType → Rep Cip68AssetType x #

toRep Cip68AssetType x → Cip68AssetType #

Generic Cip68Metadata 
Instance details

Defined in Maestro.Types.V1.Assets

Associated Types

type Rep Cip68Metadata ∷ TypeType #

Methods

from ∷ Cip68Metadata → Rep Cip68Metadata x #

toRep Cip68Metadata x → Cip68Metadata #

Generic TimestampedAssetInfo 
Instance details

Defined in Maestro.Types.V1.Assets

Associated Types

type Rep TimestampedAssetInfoTypeType #

Generic TokenRegistryMetadata 
Instance details

Defined in Maestro.Types.V1.Assets

Associated Types

type Rep TokenRegistryMetadataTypeType #

Generic BlockDetails 
Instance details

Defined in Maestro.Types.V1.Blocks

Associated Types

type Rep BlockDetailsTypeType #

Generic TimestampedBlockDetails 
Instance details

Defined in Maestro.Types.V1.Blocks

Associated Types

type Rep TimestampedBlockDetailsTypeType #

Generic Asset 
Instance details

Defined in Maestro.Types.V1.Common

Associated Types

type Rep AssetTypeType #

Methods

fromAssetRep Asset x #

toRep Asset x → Asset #

Generic PaginatedUtxoWithSlot 
Instance details

Defined in Maestro.Types.V1.Common

Associated Types

type Rep PaginatedUtxoWithSlotTypeType #

Generic UtxoWithSlot 
Instance details

Defined in Maestro.Types.V1.Common

Associated Types

type Rep UtxoWithSlotTypeType #

Generic NextCursor 
Instance details

Defined in Maestro.Types.V1.Common.Pagination

Associated Types

type Rep NextCursorTypeType #

Generic LastUpdated 
Instance details

Defined in Maestro.Types.V1.Common.Timestamped

Associated Types

type Rep LastUpdatedTypeType #

Generic Datum 
Instance details

Defined in Maestro.Types.V1.Datum

Associated Types

type Rep DatumTypeType #

Methods

fromDatumRep Datum x #

toRep Datum x → Datum #

Generic TimestampedDatum 
Instance details

Defined in Maestro.Types.V1.Datum

Associated Types

type Rep TimestampedDatumTypeType #

Generic Dex 
Instance details

Defined in Maestro.Types.V1.DefiMarkets

Associated Types

type Rep DexTypeType #

Methods

fromDexRep Dex x #

toRep Dex x → Dex #

Generic DexPairInfo 
Instance details

Defined in Maestro.Types.V1.DefiMarkets

Associated Types

type Rep DexPairInfoTypeType #

Generic DexPairResponse 
Instance details

Defined in Maestro.Types.V1.DefiMarkets

Associated Types

type Rep DexPairResponseTypeType #

Generic OHLCCandleInfo 
Instance details

Defined in Maestro.Types.V1.DefiMarkets

Associated Types

type Rep OHLCCandleInfoTypeType #

Generic Resolution 
Instance details

Defined in Maestro.Types.V1.DefiMarkets

Associated Types

type Rep ResolutionTypeType #

Generic AsAda 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep AsAdaTypeType #

Methods

fromAsAdaRep AsAda x #

toRep AsAda x → AsAda #

Generic AsBytes 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep AsBytesTypeType #

Methods

fromAsBytesRep AsBytes x #

toRep AsBytes x → AsBytes #

Generic AsLovelace 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep AsLovelaceTypeType #

Generic ChainTip 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep ChainTipTypeType #

Methods

fromChainTipRep ChainTip x #

toRep ChainTip x → ChainTip #

Generic ConstitutionalCommittee 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep ConstitutionalCommitteeTypeType #

Generic CostModels 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep CostModelsTypeType #

Generic DRepVotingThresholds 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep DRepVotingThresholdsTypeType #

Generic EpochSlotLength 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep EpochSlotLengthTypeType #

Generic EraBound 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep EraBoundTypeType #

Methods

fromEraBoundRep EraBound x #

toRep EraBound x → EraBound #

Generic EraBoundTime 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep EraBoundTimeTypeType #

Generic EraParameters 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep EraParametersTypeType #

Generic EraSummary 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep EraSummaryTypeType #

Generic MinFeeReferenceScripts 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep MinFeeReferenceScriptsTypeType #

Generic ProtocolParameters 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep ProtocolParametersTypeType #

Generic ProtocolParametersUpdateDRep 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep ProtocolParametersUpdateDRepTypeType #

Generic ProtocolParametersUpdateStakePool 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep ProtocolParametersUpdateStakePoolTypeType #

Generic ProtocolVersion 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep ProtocolVersionTypeType #

Generic StakePoolVotingThresholds 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep StakePoolVotingThresholdsTypeType #

Generic TimestampedChainTip 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep TimestampedChainTipTypeType #

Generic TimestampedEraSummaries 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep TimestampedEraSummariesTypeType #

Generic TimestampedProtocolParameters 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep TimestampedProtocolParametersTypeType #

Generic TimestampedSystemStart 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep TimestampedSystemStartTypeType #

Generic PaginatedPoolListInfo 
Instance details

Defined in Maestro.Types.V1.Pools

Associated Types

type Rep PaginatedPoolListInfoTypeType #

Generic PoolListInfo 
Instance details

Defined in Maestro.Types.V1.Pools

Associated Types

type Rep PoolListInfoTypeType #

Generic PaginatedUtxo 
Instance details

Defined in Maestro.Types.V1.Transactions

Associated Types

type Rep PaginatedUtxoTypeType #

Generic TimestampedTxDetails 
Instance details

Defined in Maestro.Types.V1.Transactions

Associated Types

type Rep TimestampedTxDetailsTypeType #

Generic TxDetails 
Instance details

Defined in Maestro.Types.V1.Transactions

Associated Types

type Rep TxDetailsTypeType #

Methods

fromTxDetailsRep TxDetails x #

toRep TxDetails x → TxDetails #

Generic UtxoWithBytes 
Instance details

Defined in Maestro.Types.V1.Transactions

Associated Types

type Rep UtxoWithBytesTypeType #

Generic NewtonParam 
Instance details

Defined in Numeric.RootFinding

Associated Types

type Rep NewtonParamTypeType #

Generic NewtonStep 
Instance details

Defined in Numeric.RootFinding

Associated Types

type Rep NewtonStepTypeType #

Generic RiddersParam 
Instance details

Defined in Numeric.RootFinding

Associated Types

type Rep RiddersParamTypeType #

Generic RiddersStep 
Instance details

Defined in Numeric.RootFinding

Associated Types

type Rep RiddersStepTypeType #

Generic Tolerance 
Instance details

Defined in Numeric.RootFinding

Associated Types

type Rep ToleranceTypeType #

Methods

fromToleranceRep Tolerance x #

toRep Tolerance x → Tolerance #

Generic InvalidPosException 
Instance details

Defined in Text.Megaparsec.Pos

Associated Types

type Rep InvalidPosExceptionTypeType #

Generic Pos 
Instance details

Defined in Text.Megaparsec.Pos

Associated Types

type Rep PosTypeType #

Methods

fromPosRep Pos x #

toRep Pos x → Pos #

Generic SourcePos 
Instance details

Defined in Text.Megaparsec.Pos

Associated Types

type Rep SourcePosTypeType #

Methods

fromSourcePosRep SourcePos x #

toRep SourcePos x → SourcePos #

Generic MuxError 
Instance details

Defined in Network.Mux.Trace

Associated Types

type Rep MuxErrorTypeType #

Methods

fromMuxErrorRep MuxError x #

toRep MuxError x → MuxError #

Generic SDUSize 
Instance details

Defined in Network.Mux.Types

Associated Types

type Rep SDUSizeTypeType #

Methods

fromSDUSizeRep SDUSize x #

toRep SDUSize x → SDUSize #

Generic URI 
Instance details

Defined in Network.URI

Associated Types

type Rep URITypeType #

Methods

fromURIRep URI x #

toRep URI x → URI #

Generic URIAuth 
Instance details

Defined in Network.URI

Associated Types

type Rep URIAuthTypeType #

Methods

fromURIAuthRep URIAuth x #

toRep URIAuth x → URIAuth #

Generic ApiKeyLocation 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ApiKeyLocationTypeType #

Generic ApiKeyParams 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ApiKeyParamsTypeType #

Generic Callback 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep CallbackTypeType #

Methods

fromCallbackRep Callback x #

toRep Callback x → Callback #

Generic Components 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ComponentsTypeType #

Generic Contact 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ContactTypeType #

Methods

fromContactRep Contact x #

toRep Contact x → Contact #

Generic Discriminator 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep DiscriminatorTypeType #

Generic Encoding 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep EncodingTypeType #

Methods

fromEncodingRep Encoding x #

toRep Encoding x → Encoding #

Generic Example 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ExampleTypeType #

Methods

fromExampleRep Example x #

toRep Example x → Example #

Generic ExpressionOrValue 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ExpressionOrValueTypeType #

Generic ExternalDocs 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ExternalDocsTypeType #

Generic Header 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep HeaderTypeType #

Methods

fromHeaderRep Header x #

toRep Header x → Header #

Generic HttpSchemeType 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep HttpSchemeTypeTypeType #

Generic Info 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep InfoTypeType #

Methods

fromInfoRep Info x #

toRep Info x → Info #

Generic License 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep LicenseTypeType #

Methods

fromLicenseRep License x #

toRep License x → License #

Generic Link 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep LinkTypeType #

Methods

fromLinkRep Link x #

toRep Link x → Link #

Generic MediaTypeObject 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep MediaTypeObjectTypeType #

Generic NamedSchema 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep NamedSchemaTypeType #

Generic OAuth2AuthorizationCodeFlow 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep OAuth2AuthorizationCodeFlowTypeType #

Generic OAuth2ClientCredentialsFlow 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep OAuth2ClientCredentialsFlowTypeType #

Generic OAuth2Flows 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep OAuth2FlowsTypeType #

Generic OAuth2ImplicitFlow 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep OAuth2ImplicitFlowTypeType #

Generic OAuth2PasswordFlow 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep OAuth2PasswordFlowTypeType #

Generic OpenApi 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep OpenApiTypeType #

Methods

fromOpenApiRep OpenApi x #

toRep OpenApi x → OpenApi #

Generic OpenApiSpecVersion 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep OpenApiSpecVersionTypeType #

Generic OpenApiType 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep OpenApiTypeTypeType #

Generic Operation 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep OperationTypeType #

Methods

fromOperationRep Operation x #

toRep Operation x → Operation #

Generic Param 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ParamTypeType #

Methods

fromParamRep Param x #

toRep Param x → Param #

Generic ParamLocation 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ParamLocationTypeType #

Generic PathItem 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep PathItemTypeType #

Methods

fromPathItemRep PathItem x #

toRep PathItem x → PathItem #

Generic RequestBody 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep RequestBodyTypeType #

Generic Response 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ResponseTypeType #

Methods

fromResponseRep Response x #

toRep Response x → Response #

Generic Responses 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ResponsesTypeType #

Methods

fromResponsesRep Responses x #

toRep Responses x → Responses #

Generic Schema 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep SchemaTypeType #

Methods

fromSchemaRep Schema x #

toRep Schema x → Schema #

Generic SecurityDefinitions 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep SecurityDefinitionsTypeType #

Generic SecurityScheme 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep SecuritySchemeTypeType #

Generic SecuritySchemeType 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep SecuritySchemeTypeTypeType #

Generic Server 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ServerTypeType #

Methods

fromServerRep Server x #

toRep Server x → Server #

Generic ServerVariable 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep ServerVariableTypeType #

Generic Style 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep StyleTypeType #

Methods

fromStyleRep Style x #

toRep Style x → Style #

Generic Tag 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep TagTypeType #

Methods

fromTagRep Tag x #

toRep Tag x → Tag #

Generic Xml 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep XmlTypeType #

Methods

fromXmlRep Xml x #

toRep Xml x → Xml #

Generic OsChar 
Instance details

Defined in System.OsString.Internal.Types

Associated Types

type Rep OsCharTypeType #

Methods

fromOsCharRep OsChar x #

toRep OsChar x → OsChar #

Generic OsString 
Instance details

Defined in System.OsString.Internal.Types

Associated Types

type Rep OsStringTypeType #

Methods

fromOsStringRep OsString x #

toRep OsString x → OsString #

Generic PosixChar 
Instance details

Defined in System.OsString.Internal.Types

Associated Types

type Rep PosixCharTypeType #

Methods

fromPosixCharRep PosixChar x #

toRep PosixChar x → PosixChar #

Generic PosixString 
Instance details

Defined in System.OsString.Internal.Types

Associated Types

type Rep PosixStringTypeType #

Generic WindowsChar 
Instance details

Defined in System.OsString.Internal.Types

Associated Types

type Rep WindowsCharTypeType #

Generic WindowsString 
Instance details

Defined in System.OsString.Internal.Types

Associated Types

type Rep WindowsStringTypeType #

Generic IsEBB 
Instance details

Defined in Ouroboros.Consensus.Block.EBB

Associated Types

type Rep IsEBBTypeType #

Methods

fromIsEBBRep IsEBB x #

toRep IsEBB x → IsEBB #

Generic CurrentSlot 
Instance details

Defined in Ouroboros.Consensus.BlockchainTime.API

Associated Types

type Rep CurrentSlotTypeType #

Generic SecurityParam 
Instance details

Defined in Ouroboros.Consensus.Config.SecurityParam

Associated Types

type Rep SecurityParamTypeType #

Generic EraMismatch 
Instance details

Defined in Ouroboros.Consensus.HardFork.Combinator.AcrossEras

Associated Types

type Rep EraMismatchTypeType #

Generic Past 
Instance details

Defined in Ouroboros.Consensus.HardFork.Combinator.State.Types

Associated Types

type Rep PastTypeType #

Methods

fromPastRep Past x #

toRep Past x → Past #

Generic TransitionInfo 
Instance details

Defined in Ouroboros.Consensus.HardFork.Combinator.State.Types

Associated Types

type Rep TransitionInfoTypeType #

Generic EraParams 
Instance details

Defined in Ouroboros.Consensus.HardFork.History.EraParams

Associated Types

type Rep EraParamsTypeType #

Methods

fromEraParamsRep EraParams x #

toRep EraParams x → EraParams #

Generic SafeZone 
Instance details

Defined in Ouroboros.Consensus.HardFork.History.EraParams

Associated Types

type Rep SafeZoneTypeType #

Methods

fromSafeZoneRep SafeZone x #

toRep SafeZone x → SafeZone #

Generic EpochInEra 
Instance details

Defined in Ouroboros.Consensus.HardFork.History.Qry

Associated Types

type Rep EpochInEra ∷ TypeType #

Methods

from ∷ EpochInEra → Rep EpochInEra x #

toRep EpochInEra x → EpochInEra #

Generic SlotInEpoch 
Instance details

Defined in Ouroboros.Consensus.HardFork.History.Qry

Associated Types

type Rep SlotInEpoch ∷ TypeType #

Methods

from ∷ SlotInEpoch → Rep SlotInEpoch x #

toRep SlotInEpoch x → SlotInEpoch #

Generic SlotInEra 
Instance details

Defined in Ouroboros.Consensus.HardFork.History.Qry

Associated Types

type Rep SlotInEra ∷ TypeType #

Methods

from ∷ SlotInEra → Rep SlotInEra x #

toRep SlotInEra x → SlotInEra #

Generic TimeInEra 
Instance details

Defined in Ouroboros.Consensus.HardFork.History.Qry

Associated Types

type Rep TimeInEra ∷ TypeType #

Methods

from ∷ TimeInEra → Rep TimeInEra x #

toRep TimeInEra x → TimeInEra #

Generic TimeInSlot 
Instance details

Defined in Ouroboros.Consensus.HardFork.History.Qry

Associated Types

type Rep TimeInSlot ∷ TypeType #

Methods

from ∷ TimeInSlot → Rep TimeInSlot x #

toRep TimeInSlot x → TimeInSlot #

Generic Bound 
Instance details

Defined in Ouroboros.Consensus.HardFork.History.Summary

Associated Types

type Rep BoundTypeType #

Methods

fromBoundRep Bound x #

toRep Bound x → Bound #

Generic EraEnd 
Instance details

Defined in Ouroboros.Consensus.HardFork.History.Summary

Associated Types

type Rep EraEndTypeType #

Methods

fromEraEndRep EraEnd x #

toRep EraEnd x → EraEnd #

Generic EraSummary 
Instance details

Defined in Ouroboros.Consensus.HardFork.History.Summary

Associated Types

type Rep EraSummaryTypeType #

Generic TriggerHardFork 
Instance details

Defined in Ouroboros.Consensus.HardFork.Simple

Associated Types

type Rep TriggerHardForkTypeType #

Generic DisengagedInitState 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client.State

Associated Types

type Rep DisengagedInitStateTypeType #

Generic JumperInitState 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client.State

Associated Types

type Rep JumperInitStateTypeType #

Generic ObjectorInitState 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client.State

Associated Types

type Rep ObjectorInitStateTypeType #

Generic GsmState 
Instance details

Defined in Ouroboros.Consensus.Node.GsmState

Associated Types

type Rep GsmStateTypeType #

Methods

fromGsmStateRep GsmState x #

toRep GsmState x → GsmState #

Generic CoreNodeId 
Instance details

Defined in Ouroboros.Consensus.NodeId

Associated Types

type Rep CoreNodeIdTypeType #

Generic NodeId 
Instance details

Defined in Ouroboros.Consensus.NodeId

Associated Types

type Rep NodeIdTypeType #

Methods

fromNodeIdRep NodeId x #

toRep NodeId x → NodeId #

Generic BftParams 
Instance details

Defined in Ouroboros.Consensus.Protocol.BFT

Associated Types

type Rep BftParamsTypeType #

Methods

fromBftParamsRep BftParams x #

toRep BftParams x → BftParams #

Generic BftValidationErr 
Instance details

Defined in Ouroboros.Consensus.Protocol.BFT

Associated Types

type Rep BftValidationErrTypeType #

Generic PBftParams 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT

Associated Types

type Rep PBftParamsTypeType #

Generic PBftSelectView 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT

Associated Types

type Rep PBftSelectViewTypeType #

Generic PBftSignatureThreshold 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT

Associated Types

type Rep PBftSignatureThresholdTypeType #

Generic PBftMockVerKeyHash 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT.Crypto

Associated Types

type Rep PBftMockVerKeyHashTypeType #

Generic ChainType 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.API

Associated Types

type Rep ChainTypeTypeType #

Methods

fromChainTypeRep ChainType x #

toRep ChainType x → ChainType #

Generic ScheduledGc 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Background

Associated Types

type Rep ScheduledGcTypeType #

Generic BinaryBlockInfo 
Instance details

Defined in Ouroboros.Consensus.Storage.Common

Associated Types

type Rep BinaryBlockInfoTypeType #

Generic PrefixLen 
Instance details

Defined in Ouroboros.Consensus.Storage.Common

Associated Types

type Rep PrefixLenTypeType #

Methods

fromPrefixLenRep PrefixLen x #

toRep PrefixLen x → PrefixLen #

Generic ChunkInfo 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Chunks.Internal

Associated Types

type Rep ChunkInfoTypeType #

Methods

fromChunkInfoRep ChunkInfo x #

toRep ChunkInfo x → ChunkInfo #

Generic ChunkNo 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Chunks.Internal

Associated Types

type Rep ChunkNoTypeType #

Methods

fromChunkNoRep ChunkNo x #

toRep ChunkNo x → ChunkNo #

Generic ChunkSize 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Chunks.Internal

Associated Types

type Rep ChunkSizeTypeType #

Methods

fromChunkSizeRep ChunkSize x #

toRep ChunkSize x → ChunkSize #

Generic RelativeSlot 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Chunks.Internal

Associated Types

type Rep RelativeSlotTypeType #

Generic ChunkSlot 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Chunks.Layout

Associated Types

type Rep ChunkSlotTypeType #

Methods

fromChunkSlotRep ChunkSlot x #

toRep ChunkSlot x → ChunkSlot #

Generic PrimaryIndex 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Impl.Index.Primary

Associated Types

type Rep PrimaryIndexTypeType #

Generic BlockSize 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Impl.Index.Secondary

Associated Types

type Rep BlockSizeTypeType #

Methods

fromBlockSizeRep BlockSize x #

toRep BlockSize x → BlockSize #

Generic BlockOrEBB 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Impl.Types

Associated Types

type Rep BlockOrEBBTypeType #

Generic TraceCacheEvent 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Impl.Types

Associated Types

type Rep TraceCacheEventTypeType #

Generic ValidationPolicy 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Impl.Types

Associated Types

type Rep ValidationPolicyTypeType #

Generic NumOfDiskSnapshots 
Instance details

Defined in Ouroboros.Consensus.Storage.LedgerDB.DiskPolicy

Associated Types

type Rep NumOfDiskSnapshotsTypeType #

Generic SnapshotInterval 
Instance details

Defined in Ouroboros.Consensus.Storage.LedgerDB.DiskPolicy

Associated Types

type Rep SnapshotIntervalTypeType #

Generic DiskSnapshot 
Instance details

Defined in Ouroboros.Consensus.Storage.LedgerDB.Snapshots

Associated Types

type Rep DiskSnapshotTypeType #

Generic BlockOffset 
Instance details

Defined in Ouroboros.Consensus.Storage.VolatileDB.Impl.Types

Associated Types

type Rep BlockOffsetTypeType #

Generic BlockSize 
Instance details

Defined in Ouroboros.Consensus.Storage.VolatileDB.Impl.Types

Associated Types

type Rep BlockSizeTypeType #

Methods

fromBlockSizeRep BlockSize x #

toRep BlockSize x → BlockSize #

Generic BlocksPerFile 
Instance details

Defined in Ouroboros.Consensus.Storage.VolatileDB.Impl.Types

Associated Types

type Rep BlocksPerFileTypeType #

Generic Appender 
Instance details

Defined in Ouroboros.Consensus.Util.MonadSTM.RAWLock

Associated Types

type Rep Appender ∷ TypeType #

Methods

from ∷ Appender → Rep Appender x #

toRep Appender x → Appender #

Generic RegistryStatus 
Instance details

Defined in Ouroboros.Consensus.Util.ResourceRegistry

Associated Types

type Rep RegistryStatus ∷ TypeType #

Methods

from ∷ RegistryStatus → Rep RegistryStatus x #

toRep RegistryStatus x → RegistryStatus #

Generic Fingerprint 
Instance details

Defined in Ouroboros.Consensus.Util.STM

Associated Types

type Rep FingerprintTypeType #

Generic ByronHash 
Instance details

Defined in Ouroboros.Consensus.Byron.Ledger.Block

Associated Types

type Rep ByronHashTypeType #

Methods

fromByronHashRep ByronHash x #

toRep ByronHash x → ByronHash #

Generic ByronOtherHeaderEnvelopeError 
Instance details

Defined in Ouroboros.Consensus.Byron.Ledger.HeaderValidation

Associated Types

type Rep ByronOtherHeaderEnvelopeErrorTypeType #

Generic ByronTransition 
Instance details

Defined in Ouroboros.Consensus.Byron.Ledger.Ledger

Associated Types

type Rep ByronTransitionTypeType #

Generic ByronPartialLedgerConfig 
Instance details

Defined in Ouroboros.Consensus.Cardano.CanHardFork

Associated Types

type Rep ByronPartialLedgerConfigTypeType #

Generic ShelleyTransition 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Ledger

Associated Types

type Rep ShelleyTransitionTypeType #

Generic AlonzoMeasure 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Mempool

Associated Types

type Rep AlonzoMeasureTypeType #

Generic ConwayMeasure 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Mempool

Associated Types

type Rep ConwayMeasureTypeType #

Generic PraosEnvelopeError 
Instance details

Defined in Ouroboros.Consensus.Shelley.Protocol.Praos

Associated Types

type Rep PraosEnvelopeErrorTypeType #

Generic KESInfo 
Instance details

Defined in Ouroboros.Consensus.Protocol.Ledger.HotKey

Associated Types

type Rep KESInfoTypeType #

Methods

fromKESInfoRep KESInfo x #

toRep KESInfo x → KESInfo #

Generic PraosParams 
Instance details

Defined in Ouroboros.Consensus.Protocol.Praos

Associated Types

type Rep PraosParamsTypeType #

Generic MaxMajorProtVer 
Instance details

Defined in Ouroboros.Consensus.Protocol.Praos.Common

Associated Types

type Rep MaxMajorProtVerTypeType #

Generic VRFTiebreakerFlavor 
Instance details

Defined in Ouroboros.Consensus.Protocol.Praos.Common

Associated Types

type Rep VRFTiebreakerFlavorTypeType #

Generic InputVRF 
Instance details

Defined in Ouroboros.Consensus.Protocol.Praos.VRF

Associated Types

type Rep InputVRFTypeType #

Methods

fromInputVRFRep InputVRF x #

toRep InputVRF x → InputVRF #

Generic TPraosParams 
Instance details

Defined in Ouroboros.Consensus.Protocol.TPraos

Associated Types

type Rep TPraosParamsTypeType #

Generic AverageMetrics 
Instance details

Defined in Ouroboros.Network.PeerSelection.PeerMetric

Associated Types

type Rep AverageMetrics ∷ TypeType #

Methods

from ∷ AverageMetrics → Rep AverageMetrics x #

toRep AverageMetrics x → AverageMetrics #

Generic PeerMetricsConfiguration 
Instance details

Defined in Ouroboros.Network.PeerSelection.PeerMetric

Associated Types

type Rep PeerMetricsConfigurationTypeType #

Generic MaxSlotNo 
Instance details

Defined in Ouroboros.Network.Block

Associated Types

type Rep MaxSlotNoTypeType #

Methods

fromMaxSlotNoRep MaxSlotNo x #

toRep MaxSlotNo x → MaxSlotNo #

Generic NetworkMagic 
Instance details

Defined in Ouroboros.Network.Magic

Associated Types

type Rep NetworkMagicTypeType #

Generic NodeToClientVersion 
Instance details

Defined in Ouroboros.Network.NodeToClient.Version

Associated Types

type Rep NodeToClientVersionTypeType #

Generic NodeToNodeVersion 
Instance details

Defined in Ouroboros.Network.NodeToNode.Version

Associated Types

type Rep NodeToNodeVersionTypeType #

Generic UseBootstrapPeers 
Instance details

Defined in Ouroboros.Network.PeerSelection.Bootstrap

Associated Types

type Rep UseBootstrapPeersTypeType #

Generic AfterSlot 
Instance details

Defined in Ouroboros.Network.PeerSelection.LedgerPeers.Type

Associated Types

type Rep AfterSlotTypeType #

Methods

fromAfterSlotRep AfterSlot x #

toRep AfterSlot x → AfterSlot #

Generic LedgerStateJudgement 
Instance details

Defined in Ouroboros.Network.PeerSelection.LedgerPeers.Type

Associated Types

type Rep LedgerStateJudgementTypeType #

Generic UseLedgerPeers 
Instance details

Defined in Ouroboros.Network.PeerSelection.LedgerPeers.Type

Associated Types

type Rep UseLedgerPeersTypeType #

Generic OutboundConnectionsState 
Instance details

Defined in Ouroboros.Network.PeerSelection.LocalRootPeers

Associated Types

type Rep OutboundConnectionsStateTypeType #

Generic PeerAdvertise 
Instance details

Defined in Ouroboros.Network.PeerSelection.PeerAdvertise

Associated Types

type Rep PeerAdvertiseTypeType #

Generic PeerSharing 
Instance details

Defined in Ouroboros.Network.PeerSelection.PeerSharing

Associated Types

type Rep PeerSharingTypeType #

Generic PeerTrustable 
Instance details

Defined in Ouroboros.Network.PeerSelection.PeerTrustable

Associated Types

type Rep PeerTrustableTypeType #

Generic SizeInBytes 
Instance details

Defined in Ouroboros.Network.SizeInBytes

Associated Types

type Rep SizeInBytesTypeType #

Generic FileDescriptor 
Instance details

Defined in Ouroboros.Network.Snocket

Associated Types

type Rep FileDescriptorTypeType #

Generic LocalAddress 
Instance details

Defined in Ouroboros.Network.Snocket

Associated Types

type Rep LocalAddressTypeType #

Generic LocalSocket 
Instance details

Defined in Ouroboros.Network.Snocket

Associated Types

type Rep LocalSocketTypeType #

Generic Cookie 
Instance details

Defined in Ouroboros.Network.Protocol.KeepAlive.Type

Associated Types

type Rep CookieTypeType #

Methods

fromCookieRep Cookie x #

toRep Cookie x → Cookie #

Generic AcquireFailure 
Instance details

Defined in Ouroboros.Network.Protocol.LocalStateQuery.Type

Associated Types

type Rep AcquireFailureTypeType #

Generic MempoolSizeAndCapacity 
Instance details

Defined in Ouroboros.Network.Protocol.LocalTxMonitor.Type

Associated Types

type Rep MempoolSizeAndCapacityTypeType #

Generic PeerSharingAmount 
Instance details

Defined in Ouroboros.Network.Protocol.PeerSharing.Type

Associated Types

type Rep PeerSharingAmountTypeType #

Generic NumTxIdsToAck 
Instance details

Defined in Ouroboros.Network.Protocol.TxSubmission2.Type

Associated Types

type Rep NumTxIdsToAckTypeType #

Generic NumTxIdsToReq 
Instance details

Defined in Ouroboros.Network.Protocol.TxSubmission2.Type

Associated Types

type Rep NumTxIdsToReqTypeType #

Generic Ann 
Instance details

Defined in PlutusCore.Annotation

Associated Types

type Rep AnnTypeType #

Methods

fromAnnRep Ann x #

toRep Ann x → Ann #

Generic Inline 
Instance details

Defined in PlutusCore.Annotation

Associated Types

type Rep InlineTypeType #

Methods

fromInlineRep Inline x #

toRep Inline x → Inline #

Generic SrcSpan 
Instance details

Defined in PlutusCore.Annotation

Associated Types

type Rep SrcSpanTypeType #

Methods

fromSrcSpanRep SrcSpan x #

toRep SrcSpan x → SrcSpan #

Generic SrcSpans 
Instance details

Defined in PlutusCore.Annotation

Associated Types

type Rep SrcSpansTypeType #

Methods

fromSrcSpansRep SrcSpans x #

toRep SrcSpans x → SrcSpans #

Generic Data 
Instance details

Defined in PlutusCore.Data

Associated Types

type Rep DataTypeType #

Methods

fromDataRep Data x #

toRep Data x → Data #

Generic DeBruijn 
Instance details

Defined in PlutusCore.DeBruijn.Internal

Associated Types

type Rep DeBruijnTypeType #

Methods

fromDeBruijnRep DeBruijn x #

toRep DeBruijn x → DeBruijn #

Generic FreeVariableError 
Instance details

Defined in PlutusCore.DeBruijn.Internal

Associated Types

type Rep FreeVariableErrorTypeType #

Generic Index 
Instance details

Defined in PlutusCore.DeBruijn.Internal

Associated Types

type Rep IndexTypeType #

Methods

fromIndexRep Index x #

toRep Index x → Index #

Generic NamedDeBruijn 
Instance details

Defined in PlutusCore.DeBruijn.Internal

Associated Types

type Rep NamedDeBruijnTypeType #

Generic NamedTyDeBruijn 
Instance details

Defined in PlutusCore.DeBruijn.Internal

Associated Types

type Rep NamedTyDeBruijnTypeType #

Generic TyDeBruijn 
Instance details

Defined in PlutusCore.DeBruijn.Internal

Associated Types

type Rep TyDeBruijnTypeType #

Generic DefaultFun 
Instance details

Defined in PlutusCore.Default.Builtins

Associated Types

type Rep DefaultFunTypeType #

Generic ParserError 
Instance details

Defined in PlutusCore.Error

Associated Types

type Rep ParserErrorTypeType #

Generic ParserErrorBundle 
Instance details

Defined in PlutusCore.Error

Associated Types

type Rep ParserErrorBundleTypeType #

Generic CkUserError 
Instance details

Defined in PlutusCore.Evaluation.Machine.Ck

Associated Types

type Rep CkUserError ∷ TypeType #

Methods

from ∷ CkUserError → Rep CkUserError x #

toRep CkUserError x → CkUserError #

Generic CostModelApplyError 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostModelInterface

Associated Types

type Rep CostModelApplyErrorTypeType #

Generic Coefficient0 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep Coefficient0TypeType #

Generic Coefficient00 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep Coefficient00TypeType #

Generic Coefficient01 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep Coefficient01TypeType #

Generic Coefficient02 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep Coefficient02TypeType #

Generic Coefficient1 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep Coefficient1TypeType #

Generic Coefficient10 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep Coefficient10TypeType #

Generic Coefficient11 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep Coefficient11TypeType #

Generic Coefficient2 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep Coefficient2TypeType #

Generic Coefficient20 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep Coefficient20TypeType #

Generic Intercept 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep InterceptTypeType #

Methods

fromInterceptRep Intercept x #

toRep Intercept x → Intercept #

Generic ModelConstantOrLinear 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep ModelConstantOrLinearTypeType #

Generic ModelConstantOrOneArgument 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep ModelConstantOrOneArgumentTypeType #

Generic ModelConstantOrTwoArguments 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep ModelConstantOrTwoArgumentsTypeType #

Generic ModelFiveArguments 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep ModelFiveArgumentsTypeType #

Generic ModelFourArguments 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep ModelFourArgumentsTypeType #

Generic ModelOneArgument 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep ModelOneArgumentTypeType #

Generic ModelSixArguments 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep ModelSixArgumentsTypeType #

Generic ModelSubtractedSizes 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep ModelSubtractedSizesTypeType #

Generic ModelThreeArguments 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep ModelThreeArgumentsTypeType #

Generic ModelTwoArguments 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep ModelTwoArgumentsTypeType #

Generic OneVariableLinearFunction 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep OneVariableLinearFunctionTypeType #

Generic OneVariableQuadraticFunction 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep OneVariableQuadraticFunctionTypeType #

Generic Slope 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep SlopeTypeType #

Methods

fromSlopeRep Slope x #

toRep Slope x → Slope #

Generic TwoVariableLinearFunction 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep TwoVariableLinearFunctionTypeType #

Generic TwoVariableQuadraticFunction 
Instance details

Defined in PlutusCore.Evaluation.Machine.CostingFun.Core

Associated Types

type Rep TwoVariableQuadraticFunctionTypeType #

Generic ExBudget 
Instance details

Defined in PlutusCore.Evaluation.Machine.ExBudget

Associated Types

type Rep ExBudgetTypeType #

Methods

fromExBudgetRep ExBudget x #

toRep ExBudget x → ExBudget #

Generic ExCPU 
Instance details

Defined in PlutusCore.Evaluation.Machine.ExMemory

Associated Types

type Rep ExCPUTypeType #

Methods

fromExCPURep ExCPU x #

toRep ExCPU x → ExCPU #

Generic ExMemory 
Instance details

Defined in PlutusCore.Evaluation.Machine.ExMemory

Associated Types

type Rep ExMemoryTypeType #

Methods

fromExMemoryRep ExMemory x #

toRep ExMemory x → ExMemory #

Generic Name 
Instance details

Defined in PlutusCore.Name.Unique

Associated Types

type Rep NameTypeType #

Methods

fromNameRep Name x #

toRep Name x → Name #

Generic TyName 
Instance details

Defined in PlutusCore.Name.Unique

Associated Types

type Rep TyNameTypeType #

Methods

fromTyNameRep TyName x #

toRep TyName x → TyName #

Generic Version 
Instance details

Defined in PlutusCore.Version

Associated Types

type Rep VersionTypeType #

Methods

fromVersionRep Version x #

toRep Version x → Version #

Generic CekUserError 
Instance details

Defined in UntypedPlutusCore.Evaluation.Machine.Cek.Internal

Associated Types

type Rep CekUserErrorTypeType #

Generic StepKind 
Instance details

Defined in UntypedPlutusCore.Evaluation.Machine.Cek.Internal

Associated Types

type Rep StepKindTypeType #

Methods

fromStepKindRep StepKind x #

toRep StepKind x → StepKind #

Generic DatatypeComponent 
Instance details

Defined in PlutusIR.Compiler.Provenance

Associated Types

type Rep DatatypeComponent ∷ TypeType #

Methods

from ∷ DatatypeComponent → Rep DatatypeComponent x #

toRep DatatypeComponent x → DatatypeComponent #

Generic Recursivity 
Instance details

Defined in PlutusIR.Core.Type

Associated Types

type Rep Recursivity ∷ TypeType #

Methods

from ∷ Recursivity → Rep Recursivity x #

toRep Recursivity x → Recursivity #

Generic Strictness 
Instance details

Defined in PlutusIR.Core.Type

Associated Types

type Rep Strictness ∷ TypeType #

Methods

from ∷ Strictness → Rep Strictness x #

toRep Strictness x → Strictness #

Generic SatInt 
Instance details

Defined in Data.SatInt

Associated Types

type Rep SatIntTypeType #

Methods

fromSatIntRep SatInt x #

toRep SatInt x → SatInt #

Generic EvaluationContext 
Instance details

Defined in PlutusLedgerApi.Common.Eval

Associated Types

type Rep EvaluationContextTypeType #

Generic MajorProtocolVersion 
Instance details

Defined in PlutusLedgerApi.Common.ProtocolVersions

Associated Types

type Rep MajorProtocolVersionTypeType #

Generic ScriptForEvaluation 
Instance details

Defined in PlutusLedgerApi.Common.SerialisedScript

Associated Types

type Rep ScriptForEvaluationTypeType #

Generic ScriptNamedDeBruijn 
Instance details

Defined in PlutusLedgerApi.Common.SerialisedScript

Associated Types

type Rep ScriptNamedDeBruijnTypeType #

Generic PlutusLedgerLanguage 
Instance details

Defined in PlutusLedgerApi.Common.Versions

Associated Types

type Rep PlutusLedgerLanguageTypeType #

Generic Address 
Instance details

Defined in PlutusLedgerApi.V1.Address

Associated Types

type Rep AddressTypeType #

Methods

fromAddressRep Address x #

toRep Address x → Address #

Generic LedgerBytes 
Instance details

Defined in PlutusLedgerApi.V1.Bytes

Associated Types

type Rep LedgerBytesTypeType #

Generic ScriptContext 
Instance details

Defined in PlutusLedgerApi.V1.Contexts

Associated Types

type Rep ScriptContextTypeType #

Generic ScriptPurpose 
Instance details

Defined in PlutusLedgerApi.V1.Contexts

Associated Types

type Rep ScriptPurposeTypeType #

Generic TxInInfo 
Instance details

Defined in PlutusLedgerApi.V1.Contexts

Associated Types

type Rep TxInInfoTypeType #

Methods

fromTxInInfoRep TxInInfo x #

toRep TxInInfo x → TxInInfo #

Generic TxInfo 
Instance details

Defined in PlutusLedgerApi.V1.Contexts

Associated Types

type Rep TxInfoTypeType #

Methods

fromTxInfoRep TxInfo x #

toRep TxInfo x → TxInfo #

Generic Credential 
Instance details

Defined in PlutusLedgerApi.V1.Credential

Associated Types

type Rep CredentialTypeType #

Generic StakingCredential 
Instance details

Defined in PlutusLedgerApi.V1.Credential

Associated Types

type Rep StakingCredentialTypeType #

Generic PubKeyHash 
Instance details

Defined in PlutusLedgerApi.V1.Crypto

Associated Types

type Rep PubKeyHashTypeType #

Generic DCert 
Instance details

Defined in PlutusLedgerApi.V1.DCert

Associated Types

type Rep DCertTypeType #

Methods

fromDCertRep DCert x #

toRep DCert x → DCert #

Generic ParamName 
Instance details

Defined in PlutusLedgerApi.V1.ParamName

Associated Types

type Rep ParamNameTypeType #

Methods

fromParamNameRep ParamName x #

toRep ParamName x → ParamName #

Generic Datum 
Instance details

Defined in PlutusLedgerApi.V1.Scripts

Associated Types

type Rep DatumTypeType #

Methods

fromDatumRep Datum x #

toRep Datum x → Datum #

Generic DatumHash 
Instance details

Defined in PlutusLedgerApi.V1.Scripts

Associated Types

type Rep DatumHashTypeType #

Methods

fromDatumHashRep DatumHash x #

toRep DatumHash x → DatumHash #

Generic Redeemer 
Instance details

Defined in PlutusLedgerApi.V1.Scripts

Associated Types

type Rep RedeemerTypeType #

Methods

fromRedeemerRep Redeemer x #

toRep Redeemer x → Redeemer #

Generic RedeemerHash 
Instance details

Defined in PlutusLedgerApi.V1.Scripts

Associated Types

type Rep RedeemerHashTypeType #

Generic ScriptError 
Instance details

Defined in PlutusLedgerApi.V1.Scripts

Associated Types

type Rep ScriptErrorTypeType #

Generic ScriptHash 
Instance details

Defined in PlutusLedgerApi.V1.Scripts

Associated Types

type Rep ScriptHashTypeType #

Generic DiffMilliSeconds 
Instance details

Defined in PlutusLedgerApi.V1.Time

Associated Types

type Rep DiffMilliSecondsTypeType #

Generic POSIXTime 
Instance details

Defined in PlutusLedgerApi.V1.Time

Associated Types

type Rep POSIXTimeTypeType #

Methods

fromPOSIXTimeRep POSIXTime x #

toRep POSIXTime x → POSIXTime #

Generic RedeemerPtr 
Instance details

Defined in PlutusLedgerApi.V1.Tx

Associated Types

type Rep RedeemerPtrTypeType #

Generic ScriptTag 
Instance details

Defined in PlutusLedgerApi.V1.Tx

Associated Types

type Rep ScriptTagTypeType #

Methods

fromScriptTagRep ScriptTag x #

toRep ScriptTag x → ScriptTag #

Generic TxId 
Instance details

Defined in PlutusLedgerApi.V1.Tx

Associated Types

type Rep TxIdTypeType #

Methods

fromTxIdRep TxId x #

toRep TxId x → TxId #

Generic TxOut 
Instance details

Defined in PlutusLedgerApi.V1.Tx

Associated Types

type Rep TxOutTypeType #

Methods

fromTxOutRep TxOut x #

toRep TxOut x → TxOut #

Generic TxOutRef 
Instance details

Defined in PlutusLedgerApi.V1.Tx

Associated Types

type Rep TxOutRefTypeType #

Methods

fromTxOutRefRep TxOutRef x #

toRep TxOutRef x → TxOutRef #

Generic AssetClass 
Instance details

Defined in PlutusLedgerApi.V1.Value

Associated Types

type Rep AssetClassTypeType #

Generic CurrencySymbol 
Instance details

Defined in PlutusLedgerApi.V1.Value

Associated Types

type Rep CurrencySymbolTypeType #

Generic Lovelace 
Instance details

Defined in PlutusLedgerApi.V1.Value

Associated Types

type Rep LovelaceTypeType #

Methods

fromLovelaceRep Lovelace x #

toRep Lovelace x → Lovelace #

Generic TokenName 
Instance details

Defined in PlutusLedgerApi.V1.Value

Associated Types

type Rep TokenNameTypeType #

Methods

fromTokenNameRep TokenName x #

toRep TokenName x → TokenName #

Generic Value 
Instance details

Defined in PlutusLedgerApi.V1.Value

Associated Types

type Rep ValueTypeType #

Methods

fromValueRep Value x #

toRep Value x → Value #

Generic ScriptContext 
Instance details

Defined in PlutusLedgerApi.V2.Contexts

Associated Types

type Rep ScriptContextTypeType #

Generic TxInInfo 
Instance details

Defined in PlutusLedgerApi.V2.Contexts

Associated Types

type Rep TxInInfoTypeType #

Methods

fromTxInInfoRep TxInInfo x #

toRep TxInInfo x → TxInInfo #

Generic TxInfo 
Instance details

Defined in PlutusLedgerApi.V2.Contexts

Associated Types

type Rep TxInfoTypeType #

Methods

fromTxInfoRep TxInfo x #

toRep TxInfo x → TxInfo #

Generic ParamName 
Instance details

Defined in PlutusLedgerApi.V2.ParamName

Associated Types

type Rep ParamNameTypeType #

Methods

fromParamNameRep ParamName x #

toRep ParamName x → ParamName #

Generic OutputDatum 
Instance details

Defined in PlutusLedgerApi.V2.Tx

Associated Types

type Rep OutputDatumTypeType #

Generic TxOut 
Instance details

Defined in PlutusLedgerApi.V2.Tx

Associated Types

type Rep TxOutTypeType #

Methods

fromTxOutRep TxOut x #

toRep TxOut x → TxOut #

Generic ChangedParameters 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep ChangedParametersTypeType #

Generic ColdCommitteeCredential 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep ColdCommitteeCredentialTypeType #

Generic Committee 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep CommitteeTypeType #

Methods

fromCommitteeRep Committee x #

toRep Committee x → Committee #

Generic Constitution 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep ConstitutionTypeType #

Generic DRep 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep DRepTypeType #

Methods

fromDRepRep DRep x #

toRep DRep x → DRep #

Generic DRepCredential 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep DRepCredentialTypeType #

Generic Delegatee 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep DelegateeTypeType #

Methods

fromDelegateeRep Delegatee x #

toRep Delegatee x → Delegatee #

Generic GovernanceAction 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep GovernanceActionTypeType #

Generic GovernanceActionId 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep GovernanceActionIdTypeType #

Generic HotCommitteeCredential 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep HotCommitteeCredentialTypeType #

Generic ProposalProcedure 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep ProposalProcedureTypeType #

Generic ProtocolVersion 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep ProtocolVersionTypeType #

Generic ScriptContext 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep ScriptContextTypeType #

Generic ScriptInfo 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep ScriptInfoTypeType #

Generic ScriptPurpose 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep ScriptPurposeTypeType #

Generic TxCert 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep TxCertTypeType #

Methods

fromTxCertRep TxCert x #

toRep TxCert x → TxCert #

Generic TxInInfo 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep TxInInfoTypeType #

Methods

fromTxInInfoRep TxInInfo x #

toRep TxInInfo x → TxInInfo #

Generic TxInfo 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep TxInfoTypeType #

Methods

fromTxInfoRep TxInfo x #

toRep TxInfo x → TxInfo #

Generic Vote 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep VoteTypeType #

Methods

fromVoteRep Vote x #

toRep Vote x → Vote #

Generic Voter 
Instance details

Defined in PlutusLedgerApi.V3.Contexts

Associated Types

type Rep VoterTypeType #

Methods

fromVoterRep Voter x #

toRep Voter x → Voter #

Generic ParamName 
Instance details

Defined in PlutusLedgerApi.V3.ParamName

Associated Types

type Rep ParamNameTypeType #

Methods

fromParamNameRep ParamName x #

toRep ParamName x → ParamName #

Generic TxId 
Instance details

Defined in PlutusLedgerApi.V3.Tx

Associated Types

type Rep TxIdTypeType #

Methods

fromTxIdRep TxId x #

toRep TxId x → TxId #

Generic TxOutRef 
Instance details

Defined in PlutusLedgerApi.V3.Tx

Associated Types

type Rep TxOutRefTypeType #

Methods

fromTxOutRefRep TxOutRef x #

toRep TxOutRef x → TxOutRef #

Generic DefinitionId 
Instance details

Defined in PlutusTx.Blueprint.Definition.Id

Associated Types

type Rep DefinitionIdTypeType #

Generic Preamble 
Instance details

Defined in PlutusTx.Blueprint.Preamble

Associated Types

type Rep PreambleTypeType #

Methods

fromPreambleRep Preamble x #

toRep Preamble x → Preamble #

Generic BytesSchema 
Instance details

Defined in PlutusTx.Blueprint.Schema

Associated Types

type Rep BytesSchemaTypeType #

Generic IntegerSchema 
Instance details

Defined in PlutusTx.Blueprint.Schema

Associated Types

type Rep IntegerSchemaTypeType #

Generic SchemaAnn 
Instance details

Defined in PlutusTx.Blueprint.Schema.Annotation

Associated Types

type Rep SchemaAnnTypeType #

Methods

fromSchemaAnnRep SchemaAnn x #

toRep SchemaAnn x → SchemaAnn #

Generic SchemaInfo 
Instance details

Defined in PlutusTx.Blueprint.Schema.Annotation

Associated Types

type Rep SchemaInfoTypeType #

Generic BuiltinData 
Instance details

Defined in PlutusTx.Builtins.Internal

Associated Types

type Rep BuiltinDataTypeType #

Generic CovLoc 
Instance details

Defined in PlutusTx.Coverage

Associated Types

type Rep CovLocTypeType #

Methods

fromCovLocRep CovLoc x #

toRep CovLoc x → CovLoc #

Generic CoverageAnnotation 
Instance details

Defined in PlutusTx.Coverage

Associated Types

type Rep CoverageAnnotationTypeType #

Generic CoverageData 
Instance details

Defined in PlutusTx.Coverage

Associated Types

type Rep CoverageDataTypeType #

Generic CoverageIndex 
Instance details

Defined in PlutusTx.Coverage

Associated Types

type Rep CoverageIndexTypeType #

Generic CoverageMetadata 
Instance details

Defined in PlutusTx.Coverage

Associated Types

type Rep CoverageMetadataTypeType #

Generic CoverageReport 
Instance details

Defined in PlutusTx.Coverage

Associated Types

type Rep CoverageReportTypeType #

Generic Metadata 
Instance details

Defined in PlutusTx.Coverage

Associated Types

type Rep MetadataTypeType #

Methods

fromMetadataRep Metadata x #

toRep Metadata x → Metadata #

Generic Rational 
Instance details

Defined in PlutusTx.Ratio

Associated Types

type Rep RationalTypeType #

Methods

fromRationalRep Rational x #

toRep Rational x → Rational #

Generic ConnectInfo 
Instance details

Defined in Database.PostgreSQL.Simple.Internal

Associated Types

type Rep ConnectInfoTypeType #

Generic Mode 
Instance details

Defined in Text.PrettyPrint.Annotated.HughesPJ

Associated Types

type Rep ModeTypeType #

Methods

fromModeRep Mode x #

toRep Mode x → Mode #

Generic Style 
Instance details

Defined in Text.PrettyPrint.Annotated.HughesPJ

Associated Types

type Rep StyleTypeType #

Methods

fromStyleRep Style x #

toRep Style x → Style #

Generic TextDetails 
Instance details

Defined in Text.PrettyPrint.Annotated.HughesPJ

Associated Types

type Rep TextDetailsTypeType #

Generic Doc 
Instance details

Defined in Text.PrettyPrint.HughesPJ

Associated Types

type Rep DocTypeType #

Methods

fromDocRep Doc x #

toRep Doc x → Doc #

Generic RetryAction 
Instance details

Defined in Control.Retry

Associated Types

type Rep RetryActionTypeType #

Generic RetryStatus 
Instance details

Defined in Control.Retry

Associated Types

type Rep RetryStatusTypeType #

Generic Approximation 
Instance details

Defined in Money.Internal

Associated Types

type Rep ApproximationTypeType #

Generic Scale 
Instance details

Defined in Money.Internal

Associated Types

type Rep ScaleTypeType #

Methods

fromScaleRep Scale x #

toRep Scale x → Scale #

Generic SomeDense 
Instance details

Defined in Money.Internal

Associated Types

type Rep SomeDenseTypeType #

Methods

fromSomeDenseRep SomeDense x #

toRep SomeDense x → SomeDense #

Generic SomeDiscrete 
Instance details

Defined in Money.Internal

Associated Types

type Rep SomeDiscreteTypeType #

Generic SomeExchangeRate 
Instance details

Defined in Money.Internal

Associated Types

type Rep SomeExchangeRateTypeType #

Generic AcceptHeader 
Instance details

Defined in Servant.API.ContentTypes

Associated Types

type Rep AcceptHeaderTypeType #

Generic NoContent 
Instance details

Defined in Servant.API.ContentTypes

Associated Types

type Rep NoContentTypeType #

Methods

fromNoContentRep NoContent x #

toRep NoContent x → NoContent #

Generic IsSecure 
Instance details

Defined in Servant.API.IsSecure

Associated Types

type Rep IsSecureTypeType #

Methods

fromIsSecureRep IsSecure x #

toRep IsSecure x → IsSecure #

Generic BaseUrl 
Instance details

Defined in Servant.Client.Core.BaseUrl

Associated Types

type Rep BaseUrlTypeType #

Methods

fromBaseUrlRep BaseUrl x #

toRep BaseUrl x → BaseUrl #

Generic Scheme 
Instance details

Defined in Servant.Client.Core.BaseUrl

Associated Types

type Rep SchemeTypeType #

Methods

fromSchemeRep Scheme x #

toRep Scheme x → Scheme #

Generic ClientError 
Instance details

Defined in Servant.Client.Core.ClientError

Associated Types

type Rep ClientErrorTypeType #

Generic RequestBody 
Instance details

Defined in Servant.Client.Core.Request

Associated Types

type Rep RequestBodyTypeType #

Generic Endpoint 
Instance details

Defined in Servant.Docs.Internal

Associated Types

type Rep EndpointTypeType #

Methods

fromEndpointRep Endpoint x #

toRep Endpoint x → Endpoint #

Generic Time 
Instance details

Defined in Control.Monad.Class.MonadTime.SI

Associated Types

type Rep TimeTypeType #

Methods

fromTimeRep Time x #

toRep Time x → Time #

Generic StudentT 
Instance details

Defined in Statistics.Distribution.StudentT

Associated Types

type Rep StudentTTypeType #

Methods

fromStudentTRep StudentT x #

toRep StudentT x → StudentT #

Generic ApiKeyLocation 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep ApiKeyLocationTypeType #

Generic ApiKeyParams 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep ApiKeyParamsTypeType #

Generic Contact 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep ContactTypeType #

Methods

fromContactRep Contact x #

toRep Contact x → Contact #

Generic Example 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep ExampleTypeType #

Methods

fromExampleRep Example x #

toRep Example x → Example #

Generic ExternalDocs 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep ExternalDocsTypeType #

Generic Header 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep HeaderTypeType #

Methods

fromHeaderRep Header x #

toRep Header x → Header #

Generic Host 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep HostTypeType #

Methods

fromHostRep Host x #

toRep Host x → Host #

Generic Info 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep InfoTypeType #

Methods

fromInfoRep Info x #

toRep Info x → Info #

Generic License 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep LicenseTypeType #

Methods

fromLicenseRep License x #

toRep License x → License #

Generic NamedSchema 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep NamedSchemaTypeType #

Generic OAuth2Flow 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep OAuth2FlowTypeType #

Generic OAuth2Params 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep OAuth2ParamsTypeType #

Generic Operation 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep OperationTypeType #

Methods

fromOperationRep Operation x #

toRep Operation x → Operation #

Generic Param 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep ParamTypeType #

Methods

fromParamRep Param x #

toRep Param x → Param #

Generic ParamAnySchema 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep ParamAnySchemaTypeType #

Generic ParamLocation 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep ParamLocationTypeType #

Generic ParamOtherSchema 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep ParamOtherSchemaTypeType #

Generic PathItem 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep PathItemTypeType #

Methods

fromPathItemRep PathItem x #

toRep PathItem x → PathItem #

Generic Response 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep ResponseTypeType #

Methods

fromResponseRep Response x #

toRep Response x → Response #

Generic Responses 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep ResponsesTypeType #

Methods

fromResponsesRep Responses x #

toRep Responses x → Responses #

Generic Schema 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep SchemaTypeType #

Methods

fromSchemaRep Schema x #

toRep Schema x → Schema #

Generic Scheme 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep SchemeTypeType #

Methods

fromSchemeRep Scheme x #

toRep Scheme x → Scheme #

Generic SecurityDefinitions 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep SecurityDefinitionsTypeType #

Generic SecurityScheme 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep SecuritySchemeTypeType #

Generic SecuritySchemeType 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep SecuritySchemeTypeTypeType #

Generic Swagger 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep SwaggerTypeType #

Methods

fromSwaggerRep Swagger x #

toRep Swagger x → Swagger #

Generic Tag 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep TagTypeType #

Methods

fromTagRep Tag x #

toRep Tag x → Tag #

Generic Xml 
Instance details

Defined in Data.Swagger.Internal

Associated Types

type Rep XmlTypeType #

Methods

fromXmlRep Xml x #

toRep Xml x → Xml #

Generic Outcome 
Instance details

Defined in Test.Tasty.Core

Associated Types

type Rep OutcomeTypeType #

Methods

fromOutcomeRep Outcome x #

toRep Outcome x → Outcome #

Generic Expr 
Instance details

Defined in Test.Tasty.Patterns.Types

Associated Types

type Rep ExprTypeType #

Methods

fromExprRep Expr x #

toRep Expr x → Expr #

Generic AnnLookup 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep AnnLookupTypeType #

Methods

fromAnnLookupRep AnnLookup x #

toRep AnnLookup x → AnnLookup #

Generic AnnTarget 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep AnnTargetTypeType #

Methods

fromAnnTargetRep AnnTarget x #

toRep AnnTarget x → AnnTarget #

Generic Bang 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep BangTypeType #

Methods

fromBangRep Bang x #

toRep Bang x → Bang #

Generic Body 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep BodyTypeType #

Methods

fromBodyRep Body x #

toRep Body x → Body #

Generic Bytes 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep BytesTypeType #

Methods

fromBytesRep Bytes x #

toRep Bytes x → Bytes #

Generic Callconv 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep CallconvTypeType #

Methods

fromCallconvRep Callconv x #

toRep Callconv x → Callconv #

Generic Clause 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep ClauseTypeType #

Methods

fromClauseRep Clause x #

toRep Clause x → Clause #

Generic Con 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep ConTypeType #

Methods

fromConRep Con x #

toRep Con x → Con #

Generic Dec 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep DecTypeType #

Methods

fromDecRep Dec x #

toRep Dec x → Dec #

Generic DecidedStrictness 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep DecidedStrictnessTypeType #

Generic DerivClause 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep DerivClauseTypeType #

Generic DerivStrategy 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep DerivStrategyTypeType #

Generic DocLoc 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep DocLocTypeType #

Methods

fromDocLocRep DocLoc x #

toRep DocLoc x → DocLoc #

Generic Exp 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep ExpTypeType #

Methods

fromExpRep Exp x #

toRep Exp x → Exp #

Generic FamilyResultSig 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep FamilyResultSigTypeType #

Generic Fixity 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep FixityTypeType #

Methods

fromFixityRep Fixity x #

toRep Fixity x → Fixity #

Generic FixityDirection 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep FixityDirectionTypeType #

Generic Foreign 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep ForeignTypeType #

Methods

fromForeignRep Foreign x #

toRep Foreign x → Foreign #

Generic FunDep 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep FunDepTypeType #

Methods

fromFunDepRep FunDep x #

toRep FunDep x → FunDep #

Generic Guard 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep GuardTypeType #

Methods

fromGuardRep Guard x #

toRep Guard x → Guard #

Generic Info 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep InfoTypeType #

Methods

fromInfoRep Info x #

toRep Info x → Info #

Generic InjectivityAnn 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep InjectivityAnnTypeType #

Generic Inline 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep InlineTypeType #

Methods

fromInlineRep Inline x #

toRep Inline x → Inline #

Generic Lit 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep LitTypeType #

Methods

fromLitRep Lit x #

toRep Lit x → Lit #

Generic Loc 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep LocTypeType #

Methods

fromLocRep Loc x #

toRep Loc x → Loc #

Generic Match 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep MatchTypeType #

Methods

fromMatchRep Match x #

toRep Match x → Match #

Generic ModName 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep ModNameTypeType #

Methods

fromModNameRep ModName x #

toRep ModName x → ModName #

Generic Module 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep ModuleTypeType #

Methods

fromModuleRep Module x #

toRep Module x → Module #

Generic ModuleInfo 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep ModuleInfoTypeType #

Generic Name 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep NameTypeType #

Methods

fromNameRep Name x #

toRep Name x → Name #

Generic NameFlavour 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep NameFlavourTypeType #

Generic NameSpace 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep NameSpaceTypeType #

Methods

fromNameSpaceRep NameSpace x #

toRep NameSpace x → NameSpace #

Generic OccName 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep OccNameTypeType #

Methods

fromOccNameRep OccName x #

toRep OccName x → OccName #

Generic Overlap 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep OverlapTypeType #

Methods

fromOverlapRep Overlap x #

toRep Overlap x → Overlap #

Generic Pat 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep PatTypeType #

Methods

fromPatRep Pat x #

toRep Pat x → Pat #

Generic PatSynArgs 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep PatSynArgsTypeType #

Generic PatSynDir 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep PatSynDirTypeType #

Methods

fromPatSynDirRep PatSynDir x #

toRep PatSynDir x → PatSynDir #

Generic Phases 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep PhasesTypeType #

Methods

fromPhasesRep Phases x #

toRep Phases x → Phases #

Generic PkgName 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep PkgNameTypeType #

Methods

fromPkgNameRep PkgName x #

toRep PkgName x → PkgName #

Generic Pragma 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep PragmaTypeType #

Methods

fromPragmaRep Pragma x #

toRep Pragma x → Pragma #

Generic Range 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep RangeTypeType #

Methods

fromRangeRep Range x #

toRep Range x → Range #

Generic Role 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep RoleTypeType #

Methods

fromRoleRep Role x #

toRep Role x → Role #

Generic RuleBndr 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep RuleBndrTypeType #

Methods

fromRuleBndrRep RuleBndr x #

toRep RuleBndr x → RuleBndr #

Generic RuleMatch 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep RuleMatchTypeType #

Methods

fromRuleMatchRep RuleMatch x #

toRep RuleMatch x → RuleMatch #

Generic Safety 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep SafetyTypeType #

Methods

fromSafetyRep Safety x #

toRep Safety x → Safety #

Generic SourceStrictness 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep SourceStrictnessTypeType #

Generic SourceUnpackedness 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep SourceUnpackednessTypeType #

Generic Specificity 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep SpecificityTypeType #

Generic Stmt 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep StmtTypeType #

Methods

fromStmtRep Stmt x #

toRep Stmt x → Stmt #

Generic TyLit 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep TyLitTypeType #

Methods

fromTyLitRep TyLit x #

toRep TyLit x → TyLit #

Generic TySynEqn 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep TySynEqnTypeType #

Methods

fromTySynEqnRep TySynEqn x #

toRep TySynEqn x → TySynEqn #

Generic Type 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep TypeTypeType #

Methods

fromTypeRep Type x #

toRep Type x → Type #

Generic TypeFamilyHead 
Instance details

Defined in Language.Haskell.TH.Syntax

Associated Types

type Rep TypeFamilyHeadTypeType #

Generic CaseStyle 
Instance details

Defined in Data.Text.Class

Associated Types

type Rep CaseStyleTypeType #

Methods

fromCaseStyleRep CaseStyle x #

toRep CaseStyle x → CaseStyle #

Generic ConstructorInfo 
Instance details

Defined in Language.Haskell.TH.Datatype

Associated Types

type Rep ConstructorInfoTypeType #

Generic ConstructorVariant 
Instance details

Defined in Language.Haskell.TH.Datatype

Associated Types

type Rep ConstructorVariantTypeType #

Generic DatatypeInfo 
Instance details

Defined in Language.Haskell.TH.Datatype

Associated Types

type Rep DatatypeInfoTypeType #

Generic DatatypeVariant 
Instance details

Defined in Language.Haskell.TH.Datatype

Associated Types

type Rep DatatypeVariantTypeType #

Generic FieldStrictness 
Instance details

Defined in Language.Haskell.TH.Datatype

Associated Types

type Rep FieldStrictnessTypeType #

Generic Strictness 
Instance details

Defined in Language.Haskell.TH.Datatype

Associated Types

type Rep StrictnessTypeType #

Generic Unpackedness 
Instance details

Defined in Language.Haskell.TH.Datatype

Associated Types

type Rep UnpackednessTypeType #

Generic Group 
Instance details

Defined in Network.TLS.Crypto.Types

Associated Types

type Rep GroupTypeType #

Methods

fromGroupRep Group x #

toRep Group x → Group #

Generic SessionData 
Instance details

Defined in Network.TLS.Types

Associated Types

type Rep SessionDataTypeType #

Generic SessionFlag 
Instance details

Defined in Network.TLS.Types

Associated Types

type Rep SessionFlagTypeType #

Generic TLS13TicketInfo 
Instance details

Defined in Network.TLS.Types

Associated Types

type Rep TLS13TicketInfoTypeType #

Generic Version 
Instance details

Defined in Network.TLS.Types

Associated Types

type Rep VersionTypeType #

Methods

fromVersionRep Version x #

toRep Version x → Version #

Generic BackendConfig 
Instance details

Defined in Cardano.Logging.Types

Associated Types

type Rep BackendConfigTypeType #

Generic ConfigOption 
Instance details

Defined in Cardano.Logging.Types

Associated Types

type Rep ConfigOptionTypeType #

Generic DetailLevel 
Instance details

Defined in Cardano.Logging.Types

Associated Types

type Rep DetailLevelTypeType #

Generic ForwarderMode 
Instance details

Defined in Cardano.Logging.Types

Associated Types

type Rep ForwarderModeTypeType #

Generic LoggingContext 
Instance details

Defined in Cardano.Logging.Types

Associated Types

type Rep LoggingContextTypeType #

Generic Privacy 
Instance details

Defined in Cardano.Logging.Types

Associated Types

type Rep PrivacyTypeType #

Methods

fromPrivacyRep Privacy x #

toRep Privacy x → Privacy #

Generic SeverityS 
Instance details

Defined in Cardano.Logging.Types

Associated Types

type Rep SeveritySTypeType #

Methods

fromSeveritySRep SeverityS x #

toRep SeverityS x → SeverityS #

Generic TraceObject 
Instance details

Defined in Cardano.Logging.Types

Associated Types

type Rep TraceObjectTypeType #

Generic TraceOptionForwarder 
Instance details

Defined in Cardano.Logging.Types

Associated Types

type Rep TraceOptionForwarderTypeType #

Generic Verbosity 
Instance details

Defined in Cardano.Logging.Types

Associated Types

type Rep VerbosityTypeType #

Methods

fromVerbosityRep Verbosity x #

toRep Verbosity x → Verbosity #

Generic NumberOfTraceObjects 
Instance details

Defined in Trace.Forward.Protocol.TraceObject.Type

Associated Types

type Rep NumberOfTraceObjectsTypeType #

Generic UnixTime 
Instance details

Defined in Data.UnixTime.Types

Associated Types

type Rep UnixTimeTypeType #

Methods

fromUnixTimeRep UnixTime x #

toRep UnixTime x → UnixTime #

Generic ConcException 
Instance details

Defined in UnliftIO.Internals.Async

Associated Types

type Rep ConcExceptionTypeType #

Generic CompressParams 
Instance details

Defined in Codec.Compression.Zlib.Internal

Associated Types

type Rep CompressParamsTypeType #

Generic DecompressError 
Instance details

Defined in Codec.Compression.Zlib.Internal

Associated Types

type Rep DecompressErrorTypeType #

Generic DecompressParams 
Instance details

Defined in Codec.Compression.Zlib.Internal

Associated Types

type Rep DecompressParamsTypeType #

Generic CompressionLevel 
Instance details

Defined in Codec.Compression.Zlib.Stream

Associated Types

type Rep CompressionLevelTypeType #

Generic CompressionStrategy 
Instance details

Defined in Codec.Compression.Zlib.Stream

Associated Types

type Rep CompressionStrategyTypeType #

Generic Format 
Instance details

Defined in Codec.Compression.Zlib.Stream

Associated Types

type Rep FormatTypeType #

Methods

fromFormatRep Format x #

toRep Format x → Format #

Generic MemoryLevel 
Instance details

Defined in Codec.Compression.Zlib.Stream

Associated Types

type Rep MemoryLevelTypeType #

Generic Method 
Instance details

Defined in Codec.Compression.Zlib.Stream

Associated Types

type Rep MethodTypeType #

Methods

fromMethodRep Method x #

toRep Method x → Method #

Generic WindowBits 
Instance details

Defined in Codec.Compression.Zlib.Stream

Associated Types

type Rep WindowBitsTypeType #

Generic () 
Instance details

Defined in GHC.Generics

Associated Types

type Rep () ∷ TypeType #

Methods

from ∷ () → Rep () x #

toRep () x → () #

Generic Bool 
Instance details

Defined in GHC.Generics

Associated Types

type Rep BoolTypeType #

Methods

fromBoolRep Bool x #

toRep Bool x → Bool #

Generic (Last' a) 
Instance details

Defined in Distribution.Compat.Semigroup

Associated Types

type Rep (Last' a) ∷ TypeType #

Methods

fromLast' a → Rep (Last' a) x #

toRep (Last' a) x → Last' a #

Generic (Option' a) 
Instance details

Defined in Distribution.Compat.Semigroup

Associated Types

type Rep (Option' a) ∷ TypeType #

Methods

fromOption' a → Rep (Option' a) x #

toRep (Option' a) x → Option' a #

Generic (Only a) 
Instance details

Defined in Data.Tuple.Only

Associated Types

type Rep (Only a) ∷ TypeType #

Methods

fromOnly a → Rep (Only a) x #

toRep (Only a) x → Only a #

Generic (Graph a) 
Instance details

Defined in Algebra.Graph

Associated Types

type Rep (Graph a) ∷ TypeType #

Methods

fromGraph a → Rep (Graph a) x #

toRep (Graph a) x → Graph a #

Generic (AdjacencyMap a) 
Instance details

Defined in Algebra.Graph.AdjacencyMap

Associated Types

type Rep (AdjacencyMap a) ∷ TypeType #

Methods

fromAdjacencyMap a → Rep (AdjacencyMap a) x #

toRep (AdjacencyMap a) x → AdjacencyMap a #

Generic (AdjacencyMap a) 
Instance details

Defined in Algebra.Graph.NonEmpty.AdjacencyMap

Associated Types

type Rep (AdjacencyMap a) ∷ TypeType #

Methods

fromAdjacencyMap a → Rep (AdjacencyMap a) x #

toRep (AdjacencyMap a) x → AdjacencyMap a #

Generic (Graph a) 
Instance details

Defined in Algebra.Graph.Undirected

Associated Types

type Rep (Graph a) ∷ TypeType #

Methods

fromGraph a → Rep (Graph a) x #

toRep (Graph a) x → Graph a #

Generic (ZipList a) 
Instance details

Defined in Control.Applicative

Associated Types

type Rep (ZipList a) ∷ TypeType #

Methods

fromZipList a → Rep (ZipList a) x #

toRep (ZipList a) x → ZipList a #

Generic (Complex a) 
Instance details

Defined in Data.Complex

Associated Types

type Rep (Complex a) ∷ TypeType #

Methods

fromComplex a → Rep (Complex a) x #

toRep (Complex a) x → Complex a #

Generic (Identity a) 
Instance details

Defined in Data.Functor.Identity

Associated Types

type Rep (Identity a) ∷ TypeType #

Methods

fromIdentity a → Rep (Identity a) x #

toRep (Identity a) x → Identity a #

Generic (First a) 
Instance details

Defined in Data.Monoid

Associated Types

type Rep (First a) ∷ TypeType #

Methods

fromFirst a → Rep (First a) x #

toRep (First a) x → First a #

Generic (Last a) 
Instance details

Defined in Data.Monoid

Associated Types

type Rep (Last a) ∷ TypeType #

Methods

fromLast a → Rep (Last a) x #

toRep (Last a) x → Last a #

Generic (Down a) 
Instance details

Defined in GHC.Generics

Associated Types

type Rep (Down a) ∷ TypeType #

Methods

fromDown a → Rep (Down a) x #

toRep (Down a) x → Down a #

Generic (First a) 
Instance details

Defined in Data.Semigroup

Associated Types

type Rep (First a) ∷ TypeType #

Methods

fromFirst a → Rep (First a) x #

toRep (First a) x → First a #

Generic (Last a) 
Instance details

Defined in Data.Semigroup

Associated Types

type Rep (Last a) ∷ TypeType #

Methods

fromLast a → Rep (Last a) x #

toRep (Last a) x → Last a #

Generic (Max a) 
Instance details

Defined in Data.Semigroup

Associated Types

type Rep (Max a) ∷ TypeType #

Methods

fromMax a → Rep (Max a) x #

toRep (Max a) x → Max a #

Generic (Min a) 
Instance details

Defined in Data.Semigroup

Associated Types

type Rep (Min a) ∷ TypeType #

Methods

fromMin a → Rep (Min a) x #

toRep (Min a) x → Min a #

Generic (WrappedMonoid m) 
Instance details

Defined in Data.Semigroup

Associated Types

type Rep (WrappedMonoid m) ∷ TypeType #

Methods

fromWrappedMonoid m → Rep (WrappedMonoid m) x #

toRep (WrappedMonoid m) x → WrappedMonoid m #

Generic (Dual a) 
Instance details

Defined in Data.Semigroup.Internal

Associated Types

type Rep (Dual a) ∷ TypeType #

Methods

fromDual a → Rep (Dual a) x #

toRep (Dual a) x → Dual a #

Generic (Endo a) 
Instance details

Defined in Data.Semigroup.Internal

Associated Types

type Rep (Endo a) ∷ TypeType #

Methods

fromEndo a → Rep (Endo a) x #

toRep (Endo a) x → Endo a #

Generic (Product a) 
Instance details

Defined in Data.Semigroup.Internal

Associated Types

type Rep (Product a) ∷ TypeType #

Methods

fromProduct a → Rep (Product a) x #

toRep (Product a) x → Product a #

Generic (Sum a) 
Instance details

Defined in Data.Semigroup.Internal

Associated Types

type Rep (Sum a) ∷ TypeType #

Methods

fromSum a → Rep (Sum a) x #

toRep (Sum a) x → Sum a #

Generic (NonEmpty a) 
Instance details

Defined in GHC.Generics

Associated Types

type Rep (NonEmpty a) ∷ TypeType #

Methods

fromNonEmpty a → Rep (NonEmpty a) x #

toRep (NonEmpty a) x → NonEmpty a #

Generic (Par1 p) 
Instance details

Defined in GHC.Generics

Associated Types

type Rep (Par1 p) ∷ TypeType #

Methods

fromPar1 p → Rep (Par1 p) x #

toRep (Par1 p) x → Par1 p #

Generic (BlockfrostAPI route) 
Instance details

Defined in Blockfrost.API

Associated Types

type Rep (BlockfrostAPI route) ∷ TypeType #

Methods

from ∷ BlockfrostAPI route → Rep (BlockfrostAPI route) x #

toRep (BlockfrostAPI route) x → BlockfrostAPI route #

Generic (BlockfrostV0API route) 
Instance details

Defined in Blockfrost.API

Associated Types

type Rep (BlockfrostV0API route) ∷ TypeType #

Methods

from ∷ BlockfrostV0API route → Rep (BlockfrostV0API route) x #

toRep (BlockfrostV0API route) x → BlockfrostV0API route #

Generic (CardanoAPI route) 
Instance details

Defined in Blockfrost.API

Associated Types

type Rep (CardanoAPI route) ∷ TypeType #

Methods

from ∷ CardanoAPI route → Rep (CardanoAPI route) x #

toRep (CardanoAPI route) x → CardanoAPI route #

Generic (AccountsAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Accounts

Associated Types

type Rep (AccountsAPI route) ∷ TypeType #

Methods

from ∷ AccountsAPI route → Rep (AccountsAPI route) x #

toRep (AccountsAPI route) x → AccountsAPI route #

Generic (AddressesAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Addresses

Associated Types

type Rep (AddressesAPI route) ∷ TypeType #

Methods

from ∷ AddressesAPI route → Rep (AddressesAPI route) x #

toRep (AddressesAPI route) x → AddressesAPI route #

Generic (AssetsAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Assets

Associated Types

type Rep (AssetsAPI route) ∷ TypeType #

Methods

from ∷ AssetsAPI route → Rep (AssetsAPI route) x #

toRep (AssetsAPI route) x → AssetsAPI route #

Generic (BlocksAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Blocks

Associated Types

type Rep (BlocksAPI route) ∷ TypeType #

Methods

from ∷ BlocksAPI route → Rep (BlocksAPI route) x #

toRep (BlocksAPI route) x → BlocksAPI route #

Generic (EpochsAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Epochs

Associated Types

type Rep (EpochsAPI route) ∷ TypeType #

Methods

from ∷ EpochsAPI route → Rep (EpochsAPI route) x #

toRep (EpochsAPI route) x → EpochsAPI route #

Generic (LedgerAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Ledger

Associated Types

type Rep (LedgerAPI route) ∷ TypeType #

Methods

from ∷ LedgerAPI route → Rep (LedgerAPI route) x #

toRep (LedgerAPI route) x → LedgerAPI route #

Generic (MempoolAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Mempool

Associated Types

type Rep (MempoolAPI route) ∷ TypeType #

Methods

from ∷ MempoolAPI route → Rep (MempoolAPI route) x #

toRep (MempoolAPI route) x → MempoolAPI route #

Generic (MetadataAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Metadata

Associated Types

type Rep (MetadataAPI route) ∷ TypeType #

Methods

from ∷ MetadataAPI route → Rep (MetadataAPI route) x #

toRep (MetadataAPI route) x → MetadataAPI route #

Generic (NetworkAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Network

Associated Types

type Rep (NetworkAPI route) ∷ TypeType #

Methods

from ∷ NetworkAPI route → Rep (NetworkAPI route) x #

toRep (NetworkAPI route) x → NetworkAPI route #

Generic (PoolsAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Pools

Associated Types

type Rep (PoolsAPI route) ∷ TypeType #

Methods

from ∷ PoolsAPI route → Rep (PoolsAPI route) x #

toRep (PoolsAPI route) x → PoolsAPI route #

Generic (ScriptsAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Scripts

Associated Types

type Rep (ScriptsAPI route) ∷ TypeType #

Methods

from ∷ ScriptsAPI route → Rep (ScriptsAPI route) x #

toRep (ScriptsAPI route) x → ScriptsAPI route #

Generic (TransactionsAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Transactions

Associated Types

type Rep (TransactionsAPI route) ∷ TypeType #

Methods

from ∷ TransactionsAPI route → Rep (TransactionsAPI route) x #

toRep (TransactionsAPI route) x → TransactionsAPI route #

Generic (UtilsAPI route) 
Instance details

Defined in Blockfrost.API.Cardano.Utils

Associated Types

type Rep (UtilsAPI route) ∷ TypeType #

Methods

from ∷ UtilsAPI route → Rep (UtilsAPI route) x #

toRep (UtilsAPI route) x → UtilsAPI route #

Generic (CommonAPI route) 
Instance details

Defined in Blockfrost.API.Common

Associated Types

type Rep (CommonAPI route) ∷ TypeType #

Methods

from ∷ CommonAPI route → Rep (CommonAPI route) x #

toRep (CommonAPI route) x → CommonAPI route #

Generic (IPFSAPI route) 
Instance details

Defined in Blockfrost.API.IPFS

Associated Types

type Rep (IPFSAPI route) ∷ TypeType #

Methods

from ∷ IPFSAPI route → Rep (IPFSAPI route) x #

toRep (IPFSAPI route) x → IPFSAPI route #

Generic (NutLinkAPI route) 
Instance details

Defined in Blockfrost.API.NutLink

Associated Types

type Rep (NutLinkAPI route) ∷ TypeType #

Methods

from ∷ NutLinkAPI route → Rep (NutLinkAPI route) x #

toRep (NutLinkAPI route) x → NutLinkAPI route #

Generic (Script elem) 
Instance details

Defined in Cardano.Address.Script

Associated Types

type Rep (Script elem) ∷ TypeType #

Methods

fromScript elem → Rep (Script elem) x #

toRep (Script elem) x → Script elem #

Generic (VotingProcedures era) 
Instance details

Defined in Cardano.Api.Governance.Actions.VotingProcedure

Associated Types

type Rep (VotingProcedures era) ∷ TypeType #

Methods

fromVotingProcedures era → Rep (VotingProcedures era) x #

toRep (VotingProcedures era) x → VotingProcedures era #

Generic (TxValidationError era) 
Instance details

Defined in Cardano.Api.InMode

Associated Types

type Rep (TxValidationError era) ∷ TypeType #

Methods

from ∷ TxValidationError era → Rep (TxValidationError era) x #

toRep (TxValidationError era) x → TxValidationError era #

Generic (RunSelectionParams u) 
Instance details

Defined in Cardano.CoinSelection.Balance

Associated Types

type Rep (RunSelectionParams u) ∷ TypeType #

Generic (SelectionBalanceError ctx) 
Instance details

Defined in Cardano.CoinSelection.Balance

Associated Types

type Rep (SelectionBalanceError ctx) ∷ TypeType #

Generic (SelectionConstraints ctx) 
Instance details

Defined in Cardano.CoinSelection.Balance

Associated Types

type Rep (SelectionConstraints ctx) ∷ TypeType #

Generic (SelectionSkeleton ctx) 
Instance details

Defined in Cardano.CoinSelection.Balance

Associated Types

type Rep (SelectionSkeleton ctx) ∷ TypeType #

Methods

fromSelectionSkeleton ctx → Rep (SelectionSkeleton ctx) x #

toRep (SelectionSkeleton ctx) x → SelectionSkeleton ctx #

Generic (UTxOIndex u) 
Instance details

Defined in Cardano.CoinSelection.UTxOIndex.Internal

Associated Types

type Rep (UTxOIndex u) ∷ TypeType #

Methods

fromUTxOIndex u → Rep (UTxOIndex u) x #

toRep (UTxOIndex u) x → UTxOIndex u #

Generic (State u) 
Instance details

Defined in Cardano.CoinSelection.UTxOSelection

Associated Types

type Rep (State u) ∷ TypeType #

Methods

from ∷ State u → Rep (State u) x #

toRep (State u) x → State u #

Generic (UTxOSelection u) 
Instance details

Defined in Cardano.CoinSelection.UTxOSelection

Associated Types

type Rep (UTxOSelection u) ∷ TypeType #

Methods

fromUTxOSelection u → Rep (UTxOSelection u) x #

toRep (UTxOSelection u) x → UTxOSelection u #

Generic (UTxOSelectionNonEmpty u) 
Instance details

Defined in Cardano.CoinSelection.UTxOSelection

Associated Types

type Rep (UTxOSelectionNonEmpty u) ∷ TypeType #

Generic (SigDSIGN EcdsaSecp256k1DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.EcdsaSecp256k1

Associated Types

type Rep (SigDSIGN EcdsaSecp256k1DSIGN) ∷ TypeType #

Generic (SigDSIGN Ed25519DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.Ed25519

Associated Types

type Rep (SigDSIGN Ed25519DSIGN) ∷ TypeType #

Generic (SigDSIGN Ed448DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.Ed448

Associated Types

type Rep (SigDSIGN Ed448DSIGN) ∷ TypeType #

Generic (SigDSIGN MockDSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.Mock

Associated Types

type Rep (SigDSIGN MockDSIGN) ∷ TypeType #

Generic (SigDSIGN NeverDSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.NeverUsed

Associated Types

type Rep (SigDSIGN NeverDSIGN) ∷ TypeType #

Generic (SigDSIGN SchnorrSecp256k1DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.SchnorrSecp256k1

Associated Types

type Rep (SigDSIGN SchnorrSecp256k1DSIGN) ∷ TypeType #

Generic (SigDSIGN ByronDSIGN) 
Instance details

Defined in Ouroboros.Consensus.Byron.Crypto.DSIGN

Associated Types

type Rep (SigDSIGN ByronDSIGN) ∷ TypeType #

Generic (SignKeyDSIGN EcdsaSecp256k1DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.EcdsaSecp256k1

Associated Types

type Rep (SignKeyDSIGN EcdsaSecp256k1DSIGN) ∷ TypeType #

Generic (SignKeyDSIGN Ed25519DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.Ed25519

Associated Types

type Rep (SignKeyDSIGN Ed25519DSIGN) ∷ TypeType #

Generic (SignKeyDSIGN Ed448DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.Ed448

Associated Types

type Rep (SignKeyDSIGN Ed448DSIGN) ∷ TypeType #

Generic (SignKeyDSIGN MockDSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.Mock

Associated Types

type Rep (SignKeyDSIGN MockDSIGN) ∷ TypeType #

Generic (SignKeyDSIGN NeverDSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.NeverUsed

Associated Types

type Rep (SignKeyDSIGN NeverDSIGN) ∷ TypeType #

Generic (SignKeyDSIGN SchnorrSecp256k1DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.SchnorrSecp256k1

Associated Types

type Rep (SignKeyDSIGN SchnorrSecp256k1DSIGN) ∷ TypeType #

Generic (SignKeyDSIGN ByronDSIGN) 
Instance details

Defined in Ouroboros.Consensus.Byron.Crypto.DSIGN

Associated Types

type Rep (SignKeyDSIGN ByronDSIGN) ∷ TypeType #

Generic (VerKeyDSIGN EcdsaSecp256k1DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.EcdsaSecp256k1

Associated Types

type Rep (VerKeyDSIGN EcdsaSecp256k1DSIGN) ∷ TypeType #

Generic (VerKeyDSIGN Ed25519DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.Ed25519

Associated Types

type Rep (VerKeyDSIGN Ed25519DSIGN) ∷ TypeType #

Generic (VerKeyDSIGN Ed448DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.Ed448

Associated Types

type Rep (VerKeyDSIGN Ed448DSIGN) ∷ TypeType #

Generic (VerKeyDSIGN MockDSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.Mock

Associated Types

type Rep (VerKeyDSIGN MockDSIGN) ∷ TypeType #

Generic (VerKeyDSIGN NeverDSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.NeverUsed

Associated Types

type Rep (VerKeyDSIGN NeverDSIGN) ∷ TypeType #

Generic (VerKeyDSIGN SchnorrSecp256k1DSIGN) 
Instance details

Defined in Cardano.Crypto.DSIGN.SchnorrSecp256k1

Associated Types

type Rep (VerKeyDSIGN SchnorrSecp256k1DSIGN) ∷ TypeType #

Generic (VerKeyDSIGN ByronDSIGN) 
Instance details

Defined in Ouroboros.Consensus.Byron.Crypto.DSIGN

Associated Types

type Rep (VerKeyDSIGN ByronDSIGN) ∷ TypeType #

Generic (SigKES (CompactSingleKES d)) 
Instance details

Defined in Cardano.Crypto.KES.CompactSingle

Associated Types

type Rep (SigKES (CompactSingleKES d)) ∷ TypeType #

Generic (SigKES (CompactSumKES h d)) 
Instance details

Defined in Cardano.Crypto.KES.CompactSum

Associated Types

type Rep (SigKES (CompactSumKES h d)) ∷ TypeType #

Methods

fromSigKES (CompactSumKES h d) → Rep (SigKES (CompactSumKES h d)) x #

toRep (SigKES (CompactSumKES h d)) x → SigKES (CompactSumKES h d) #

Generic (SigKES (MockKES t)) 
Instance details

Defined in Cardano.Crypto.KES.Mock

Associated Types

type Rep (SigKES (MockKES t)) ∷ TypeType #

Methods

fromSigKES (MockKES t) → Rep (SigKES (MockKES t)) x #

toRep (SigKES (MockKES t)) x → SigKES (MockKES t) #

Generic (SigKES NeverKES) 
Instance details

Defined in Cardano.Crypto.KES.NeverUsed

Associated Types

type Rep (SigKES NeverKES) ∷ TypeType #

Generic (SigKES (SimpleKES d t)) 
Instance details

Defined in Cardano.Crypto.KES.Simple

Associated Types

type Rep (SigKES (SimpleKES d t)) ∷ TypeType #

Methods

fromSigKES (SimpleKES d t) → Rep (SigKES (SimpleKES d t)) x #

toRep (SigKES (SimpleKES d t)) x → SigKES (SimpleKES d t) #

Generic (SigKES (SingleKES d)) 
Instance details

Defined in Cardano.Crypto.KES.Single

Associated Types

type Rep (SigKES (SingleKES d)) ∷ TypeType #

Methods

fromSigKES (SingleKES d) → Rep (SigKES (SingleKES d)) x #

toRep (SigKES (SingleKES d)) x → SigKES (SingleKES d) #

Generic (SigKES (SumKES h d)) 
Instance details

Defined in Cardano.Crypto.KES.Sum

Associated Types

type Rep (SigKES (SumKES h d)) ∷ TypeType #

Methods

fromSigKES (SumKES h d) → Rep (SigKES (SumKES h d)) x #

toRep (SigKES (SumKES h d)) x → SigKES (SumKES h d) #

Generic (SignKeyKES (CompactSingleKES d)) 
Instance details

Defined in Cardano.Crypto.KES.CompactSingle

Associated Types

type Rep (SignKeyKES (CompactSingleKES d)) ∷ TypeType #

Generic (SignKeyKES (CompactSumKES h d)) 
Instance details

Defined in Cardano.Crypto.KES.CompactSum

Associated Types

type Rep (SignKeyKES (CompactSumKES h d)) ∷ TypeType #

Generic (SignKeyKES (MockKES t)) 
Instance details

Defined in Cardano.Crypto.KES.Mock

Associated Types

type Rep (SignKeyKES (MockKES t)) ∷ TypeType #

Methods

fromSignKeyKES (MockKES t) → Rep (SignKeyKES (MockKES t)) x #

toRep (SignKeyKES (MockKES t)) x → SignKeyKES (MockKES t) #

Generic (SignKeyKES NeverKES) 
Instance details

Defined in Cardano.Crypto.KES.NeverUsed

Associated Types

type Rep (SignKeyKES NeverKES) ∷ TypeType #

Generic (SignKeyKES (SimpleKES d t)) 
Instance details

Defined in Cardano.Crypto.KES.Simple

Associated Types

type Rep (SignKeyKES (SimpleKES d t)) ∷ TypeType #

Methods

fromSignKeyKES (SimpleKES d t) → Rep (SignKeyKES (SimpleKES d t)) x #

toRep (SignKeyKES (SimpleKES d t)) x → SignKeyKES (SimpleKES d t) #

Generic (SignKeyKES (SingleKES d)) 
Instance details

Defined in Cardano.Crypto.KES.Single

Associated Types

type Rep (SignKeyKES (SingleKES d)) ∷ TypeType #

Generic (SignKeyKES (SumKES h d)) 
Instance details

Defined in Cardano.Crypto.KES.Sum

Associated Types

type Rep (SignKeyKES (SumKES h d)) ∷ TypeType #

Methods

fromSignKeyKES (SumKES h d) → Rep (SignKeyKES (SumKES h d)) x #

toRep (SignKeyKES (SumKES h d)) x → SignKeyKES (SumKES h d) #

Generic (VerKeyKES (CompactSingleKES d)) 
Instance details

Defined in Cardano.Crypto.KES.CompactSingle

Associated Types

type Rep (VerKeyKES (CompactSingleKES d)) ∷ TypeType #

Generic (VerKeyKES (CompactSumKES h d)) 
Instance details

Defined in Cardano.Crypto.KES.CompactSum

Associated Types

type Rep (VerKeyKES (CompactSumKES h d)) ∷ TypeType #

Generic (VerKeyKES (MockKES t)) 
Instance details

Defined in Cardano.Crypto.KES.Mock

Associated Types

type Rep (VerKeyKES (MockKES t)) ∷ TypeType #

Methods

fromVerKeyKES (MockKES t) → Rep (VerKeyKES (MockKES t)) x #

toRep (VerKeyKES (MockKES t)) x → VerKeyKES (MockKES t) #

Generic (VerKeyKES NeverKES) 
Instance details

Defined in Cardano.Crypto.KES.NeverUsed

Associated Types

type Rep (VerKeyKES NeverKES) ∷ TypeType #

Generic (VerKeyKES (SimpleKES d t)) 
Instance details

Defined in Cardano.Crypto.KES.Simple

Associated Types

type Rep (VerKeyKES (SimpleKES d t)) ∷ TypeType #

Methods

fromVerKeyKES (SimpleKES d t) → Rep (VerKeyKES (SimpleKES d t)) x #

toRep (VerKeyKES (SimpleKES d t)) x → VerKeyKES (SimpleKES d t) #

Generic (VerKeyKES (SingleKES d)) 
Instance details

Defined in Cardano.Crypto.KES.Single

Associated Types

type Rep (VerKeyKES (SingleKES d)) ∷ TypeType #

Methods

fromVerKeyKES (SingleKES d) → Rep (VerKeyKES (SingleKES d)) x #

toRep (VerKeyKES (SingleKES d)) x → VerKeyKES (SingleKES d) #

Generic (VerKeyKES (SumKES h d)) 
Instance details

Defined in Cardano.Crypto.KES.Sum

Associated Types

type Rep (VerKeyKES (SumKES h d)) ∷ TypeType #

Methods

fromVerKeyKES (SumKES h d) → Rep (VerKeyKES (SumKES h d)) x #

toRep (VerKeyKES (SumKES h d)) x → VerKeyKES (SumKES h d) #

Generic (CertVRF MockVRF) 
Instance details

Defined in Cardano.Crypto.VRF.Mock

Associated Types

type Rep (CertVRF MockVRF) ∷ TypeType #

Generic (CertVRF NeverVRF) 
Instance details

Defined in Cardano.Crypto.VRF.NeverUsed

Associated Types

type Rep (CertVRF NeverVRF) ∷ TypeType #

Generic (CertVRF SimpleVRF) 
Instance details

Defined in Cardano.Crypto.VRF.Simple

Associated Types

type Rep (CertVRF SimpleVRF) ∷ TypeType #

Generic (CertVRF PraosVRF) 
Instance details

Defined in Cardano.Crypto.VRF.Praos

Associated Types

type Rep (CertVRF PraosVRF) ∷ TypeType #

Generic (CertVRF PraosBatchCompatVRF) 
Instance details

Defined in Cardano.Crypto.VRF.PraosBatchCompat

Associated Types

type Rep (CertVRF PraosBatchCompatVRF) ∷ TypeType #

Generic (SignKeyVRF MockVRF) 
Instance details

Defined in Cardano.Crypto.VRF.Mock

Associated Types

type Rep (SignKeyVRF MockVRF) ∷ TypeType #

Generic (SignKeyVRF NeverVRF) 
Instance details

Defined in Cardano.Crypto.VRF.NeverUsed

Associated Types

type Rep (SignKeyVRF NeverVRF) ∷ TypeType #

Generic (SignKeyVRF SimpleVRF) 
Instance details

Defined in Cardano.Crypto.VRF.Simple

Associated Types

type Rep (SignKeyVRF SimpleVRF) ∷ TypeType #

Generic (SignKeyVRF PraosVRF) 
Instance details

Defined in Cardano.Crypto.VRF.Praos

Associated Types

type Rep (SignKeyVRF PraosVRF) ∷ TypeType #

Generic (SignKeyVRF PraosBatchCompatVRF) 
Instance details

Defined in Cardano.Crypto.VRF.PraosBatchCompat

Associated Types

type Rep (SignKeyVRF PraosBatchCompatVRF) ∷ TypeType #

Generic (VerKeyVRF MockVRF) 
Instance details

Defined in Cardano.Crypto.VRF.Mock

Associated Types

type Rep (VerKeyVRF MockVRF) ∷ TypeType #

Generic (VerKeyVRF NeverVRF) 
Instance details

Defined in Cardano.Crypto.VRF.NeverUsed

Associated Types

type Rep (VerKeyVRF NeverVRF) ∷ TypeType #

Generic (VerKeyVRF SimpleVRF) 
Instance details

Defined in Cardano.Crypto.VRF.Simple

Associated Types

type Rep (VerKeyVRF SimpleVRF) ∷ TypeType #

Generic (VerKeyVRF PraosVRF) 
Instance details

Defined in Cardano.Crypto.VRF.Praos

Associated Types

type Rep (VerKeyVRF PraosVRF) ∷ TypeType #

Generic (VerKeyVRF PraosBatchCompatVRF) 
Instance details

Defined in Cardano.Crypto.VRF.PraosBatchCompat

Associated Types

type Rep (VerKeyVRF PraosBatchCompatVRF) ∷ TypeType #

Generic (AProtocolMagic a) 
Instance details

Defined in Cardano.Crypto.ProtocolMagic

Associated Types

type Rep (AProtocolMagic a) ∷ TypeType #

Methods

fromAProtocolMagic a → Rep (AProtocolMagic a) x #

toRep (AProtocolMagic a) x → AProtocolMagic a #

Generic (RedeemSignature a) 
Instance details

Defined in Cardano.Crypto.Signing.Redeem.Signature

Associated Types

type Rep (RedeemSignature a) ∷ TypeType #

Generic (Signature a) 
Instance details

Defined in Cardano.Crypto.Signing.Signature

Associated Types

type Rep (Signature a) ∷ TypeType #

Methods

fromSignature a → Rep (Signature a) x #

toRep (Signature a) x → Signature a #

Generic (OSet a) 
Instance details

Defined in Data.OSet.Strict

Associated Types

type Rep (OSet a) ∷ TypeType #

Methods

fromOSet a → Rep (OSet a) x #

toRep (OSet a) x → OSet a #

Generic (AllegraUtxoEvent era) 
Instance details

Defined in Cardano.Ledger.Allegra.Rules.Utxo

Associated Types

type Rep (AllegraUtxoEvent era) ∷ TypeType #

Methods

fromAllegraUtxoEvent era → Rep (AllegraUtxoEvent era) x #

toRep (AllegraUtxoEvent era) x → AllegraUtxoEvent era #

Generic (AllegraUtxoPredFailure era) 
Instance details

Defined in Cardano.Ledger.Allegra.Rules.Utxo

Associated Types

type Rep (AllegraUtxoPredFailure era) ∷ TypeType #

Generic (Timelock era) 
Instance details

Defined in Cardano.Ledger.Allegra.Scripts

Associated Types

type Rep (Timelock era) ∷ TypeType #

Methods

fromTimelock era → Rep (Timelock era) x #

toRep (Timelock era) x → Timelock era #

Generic (TimelockRaw era) 
Instance details

Defined in Cardano.Ledger.Allegra.Scripts

Associated Types

type Rep (TimelockRaw era) ∷ TypeType #

Methods

fromTimelockRaw era → Rep (TimelockRaw era) x #

toRep (TimelockRaw era) x → TimelockRaw era #

Generic (AllegraTxAuxData era) 
Instance details

Defined in Cardano.Ledger.Allegra.TxAuxData

Associated Types

type Rep (AllegraTxAuxData era) ∷ TypeType #

Methods

fromAllegraTxAuxData era → Rep (AllegraTxAuxData era) x #

toRep (AllegraTxAuxData era) x → AllegraTxAuxData era #

Generic (AllegraTxAuxDataRaw era) 
Instance details

Defined in Cardano.Ledger.Allegra.TxAuxData

Associated Types

type Rep (AllegraTxAuxDataRaw era) ∷ TypeType #

Generic (AllegraTxBody era) 
Instance details

Defined in Cardano.Ledger.Allegra.TxBody.Internal

Associated Types

type Rep (AllegraTxBody era) ∷ TypeType #

Methods

fromAllegraTxBody era → Rep (AllegraTxBody era) x #

toRep (AllegraTxBody era) x → AllegraTxBody era #

Generic (DowngradeAlonzoPParams f) 
Instance details

Defined in Cardano.Ledger.Alonzo.PParams

Associated Types

type Rep (DowngradeAlonzoPParams f) ∷ TypeType #

Generic (UpgradeAlonzoPParams f) 
Instance details

Defined in Cardano.Ledger.Alonzo.PParams

Associated Types

type Rep (UpgradeAlonzoPParams f) ∷ TypeType #

Generic (CollectError era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Plutus.Evaluate

Associated Types

type Rep (CollectError era) ∷ TypeType #

Methods

fromCollectError era → Rep (CollectError era) x #

toRep (CollectError era) x → CollectError era #

Generic (AlonzoContextError era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Plutus.TxInfo

Associated Types

type Rep (AlonzoContextError era) ∷ TypeType #

Generic (AlonzoBbodyPredFailure era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Rules.Bbody

Associated Types

type Rep (AlonzoBbodyPredFailure era) ∷ TypeType #

Generic (AlonzoUtxoEvent era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Rules.Utxo

Associated Types

type Rep (AlonzoUtxoEvent era) ∷ TypeType #

Methods

fromAlonzoUtxoEvent era → Rep (AlonzoUtxoEvent era) x #

toRep (AlonzoUtxoEvent era) x → AlonzoUtxoEvent era #

Generic (AlonzoUtxoPredFailure era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Rules.Utxo

Associated Types

type Rep (AlonzoUtxoPredFailure era) ∷ TypeType #

Generic (AlonzoUtxosEvent era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Rules.Utxos

Associated Types

type Rep (AlonzoUtxosEvent era) ∷ TypeType #

Methods

fromAlonzoUtxosEvent era → Rep (AlonzoUtxosEvent era) x #

toRep (AlonzoUtxosEvent era) x → AlonzoUtxosEvent era #

Generic (AlonzoUtxosPredFailure era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Rules.Utxos

Associated Types

type Rep (AlonzoUtxosPredFailure era) ∷ TypeType #

Generic (AlonzoUtxowEvent era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Rules.Utxow

Associated Types

type Rep (AlonzoUtxowEvent era) ∷ TypeType #

Methods

fromAlonzoUtxowEvent era → Rep (AlonzoUtxowEvent era) x #

toRep (AlonzoUtxowEvent era) x → AlonzoUtxowEvent era #

Generic (AlonzoUtxowPredFailure era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Rules.Utxow

Associated Types

type Rep (AlonzoUtxowPredFailure era) ∷ TypeType #

Generic (AlonzoScript era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Scripts

Associated Types

type Rep (AlonzoScript era) ∷ TypeType #

Methods

fromAlonzoScript era → Rep (AlonzoScript era) x #

toRep (AlonzoScript era) x → AlonzoScript era #

Generic (PlutusScript (AlonzoEra c)) 
Instance details

Defined in Cardano.Ledger.Alonzo.Scripts

Associated Types

type Rep (PlutusScript (AlonzoEra c)) ∷ TypeType #

Generic (AlonzoTx era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Tx

Associated Types

type Rep (AlonzoTx era) ∷ TypeType #

Methods

fromAlonzoTx era → Rep (AlonzoTx era) x #

toRep (AlonzoTx era) x → AlonzoTx era #

Generic (ScriptIntegrity era) 
Instance details

Defined in Cardano.Ledger.Alonzo.Tx

Associated Types

type Rep (ScriptIntegrity era) ∷ TypeType #

Methods

fromScriptIntegrity era → Rep (ScriptIntegrity era) x #

toRep (ScriptIntegrity era) x → ScriptIntegrity era #

Generic (AlonzoTxAuxData era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxAuxData

Associated Types

type Rep (AlonzoTxAuxData era) ∷ TypeType #

Methods

fromAlonzoTxAuxData era → Rep (AlonzoTxAuxData era) x #

toRep (AlonzoTxAuxData era) x → AlonzoTxAuxData era #

Generic (AlonzoTxAuxDataRaw era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxAuxData

Associated Types

type Rep (AlonzoTxAuxDataRaw era) ∷ TypeType #

Generic (AlonzoTxBody era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxBody.Internal

Associated Types

type Rep (AlonzoTxBody era) ∷ TypeType #

Methods

fromAlonzoTxBody era → Rep (AlonzoTxBody era) x #

toRep (AlonzoTxBody era) x → AlonzoTxBody era #

Generic (AlonzoTxBodyRaw era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxBody.Internal

Associated Types

type Rep (AlonzoTxBodyRaw era) ∷ TypeType #

Methods

fromAlonzoTxBodyRaw era → Rep (AlonzoTxBodyRaw era) x #

toRep (AlonzoTxBodyRaw era) x → AlonzoTxBodyRaw era #

Generic (AlonzoTxOut era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxOut

Associated Types

type Rep (AlonzoTxOut era) ∷ TypeType #

Methods

fromAlonzoTxOut era → Rep (AlonzoTxOut era) x #

toRep (AlonzoTxOut era) x → AlonzoTxOut era #

Generic (AlonzoTxSeq era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxSeq.Internal

Associated Types

type Rep (AlonzoTxSeq era) ∷ TypeType #

Methods

fromAlonzoTxSeq era → Rep (AlonzoTxSeq era) x #

toRep (AlonzoTxSeq era) x → AlonzoTxSeq era #

Generic (AlonzoTxWits era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxWits

Associated Types

type Rep (AlonzoTxWits era) ∷ TypeType #

Methods

fromAlonzoTxWits era → Rep (AlonzoTxWits era) x #

toRep (AlonzoTxWits era) x → AlonzoTxWits era #

Generic (AlonzoTxWitsRaw era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxWits

Associated Types

type Rep (AlonzoTxWitsRaw era) ∷ TypeType #

Methods

fromAlonzoTxWitsRaw era → Rep (AlonzoTxWitsRaw era) x #

toRep (AlonzoTxWitsRaw era) x → AlonzoTxWitsRaw era #

Generic (Redeemers era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxWits

Associated Types

type Rep (Redeemers era) ∷ TypeType #

Methods

fromRedeemers era → Rep (Redeemers era) x #

toRep (Redeemers era) x → Redeemers era #

Generic (RedeemersRaw era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxWits

Associated Types

type Rep (RedeemersRaw era) ∷ TypeType #

Methods

fromRedeemersRaw era → Rep (RedeemersRaw era) x #

toRep (RedeemersRaw era) x → RedeemersRaw era #

Generic (TxDats era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxWits

Associated Types

type Rep (TxDats era) ∷ TypeType #

Methods

fromTxDats era → Rep (TxDats era) x #

toRep (TxDats era) x → TxDats era #

Generic (TxDatsRaw era) 
Instance details

Defined in Cardano.Ledger.Alonzo.TxWits

Associated Types

type Rep (TxDatsRaw era) ∷ TypeType #

Methods

fromTxDatsRaw era → Rep (TxDatsRaw era) x #

toRep (TxDatsRaw era) x → TxDatsRaw era #

Generic (CommitteeMemberState c) 
Instance details

Defined in Cardano.Ledger.Api.State.Query.CommitteeMembersState

Associated Types

type Rep (CommitteeMemberState c) ∷ TypeType #

Generic (CommitteeMembersState c) 
Instance details

Defined in Cardano.Ledger.Api.State.Query.CommitteeMembersState

Associated Types

type Rep (CommitteeMembersState c) ∷ TypeType #

Generic (HotCredAuthStatus c) 
Instance details

Defined in Cardano.Ledger.Api.State.Query.CommitteeMembersState

Associated Types

type Rep (HotCredAuthStatus c) ∷ TypeType #

Generic (BabbageUtxoPredFailure era) 
Instance details

Defined in Cardano.Ledger.Babbage.Rules.Utxo

Associated Types

type Rep (BabbageUtxoPredFailure era) ∷ TypeType #

Generic (BabbageUtxowPredFailure era) 
Instance details

Defined in Cardano.Ledger.Babbage.Rules.Utxow

Associated Types

type Rep (BabbageUtxowPredFailure era) ∷ TypeType #

Generic (BabbageTxBody era) 
Instance details

Defined in Cardano.Ledger.Babbage.TxBody.Internal

Associated Types

type Rep (BabbageTxBody era) ∷ TypeType #

Methods

fromBabbageTxBody era → Rep (BabbageTxBody era) x #

toRep (BabbageTxBody era) x → BabbageTxBody era #

Generic (BabbageTxBodyRaw era) 
Instance details

Defined in Cardano.Ledger.Babbage.TxBody.Internal

Associated Types

type Rep (BabbageTxBodyRaw era) ∷ TypeType #

Methods

fromBabbageTxBodyRaw era → Rep (BabbageTxBodyRaw era) x #

toRep (BabbageTxBodyRaw era) x → BabbageTxBodyRaw era #

Generic (BabbageContextError era) 
Instance details

Defined in Cardano.Ledger.Babbage.TxInfo

Associated Types

type Rep (BabbageContextError era) ∷ TypeType #

Generic (BabbageTxOut era) 
Instance details

Defined in Cardano.Ledger.Babbage.TxOut

Associated Types

type Rep (BabbageTxOut era) ∷ TypeType #

Methods

fromBabbageTxOut era → Rep (BabbageTxOut era) x #

toRep (BabbageTxOut era) x → BabbageTxOut era #

Generic (Sized a) 
Instance details

Defined in Cardano.Ledger.Binary.Decoding.Sized

Associated Types

type Rep (Sized a) ∷ TypeType #

Methods

fromSized a → Rep (Sized a) x #

toRep (Sized a) x → Sized a #

Generic (ABlock a) 
Instance details

Defined in Cardano.Chain.Block.Block

Associated Types

type Rep (ABlock a) ∷ TypeType #

Methods

fromABlock a → Rep (ABlock a) x #

toRep (ABlock a) x → ABlock a #

Generic (ABlockOrBoundary a) 
Instance details

Defined in Cardano.Chain.Block.Block

Associated Types

type Rep (ABlockOrBoundary a) ∷ TypeType #

Generic (ABlockOrBoundaryHdr a) 
Instance details

Defined in Cardano.Chain.Block.Block

Associated Types

type Rep (ABlockOrBoundaryHdr a) ∷ TypeType #

Generic (ABoundaryBlock a) 
Instance details

Defined in Cardano.Chain.Block.Block

Associated Types

type Rep (ABoundaryBlock a) ∷ TypeType #

Methods

fromABoundaryBlock a → Rep (ABoundaryBlock a) x #

toRep (ABoundaryBlock a) x → ABoundaryBlock a #

Generic (ABoundaryBody a) 
Instance details

Defined in Cardano.Chain.Block.Block

Associated Types

type Rep (ABoundaryBody a) ∷ TypeType #

Methods

fromABoundaryBody a → Rep (ABoundaryBody a) x #

toRep (ABoundaryBody a) x → ABoundaryBody a #

Generic (ABody a) 
Instance details

Defined in Cardano.Chain.Block.Body

Associated Types

type Rep (ABody a) ∷ TypeType #

Methods

fromABody a → Rep (ABody a) x #

toRep (ABody a) x → ABody a #

Generic (ABlockSignature a) 
Instance details

Defined in Cardano.Chain.Block.Header

Associated Types

type Rep (ABlockSignature a) ∷ TypeType #

Generic (ABoundaryHeader a) 
Instance details

Defined in Cardano.Chain.Block.Header

Associated Types

type Rep (ABoundaryHeader a) ∷ TypeType #

Generic (AHeader a) 
Instance details

Defined in Cardano.Chain.Block.Header

Associated Types

type Rep (AHeader a) ∷ TypeType #

Methods

fromAHeader a → Rep (AHeader a) x #

toRep (AHeader a) x → AHeader a #

Generic (Attributes h) 
Instance details

Defined in Cardano.Chain.Common.Attributes

Associated Types

type Rep (Attributes h) ∷ TypeType #

Methods

fromAttributes h → Rep (Attributes h) x #

toRep (Attributes h) x → Attributes h #

Generic (MerkleNode a) 
Instance details

Defined in Cardano.Chain.Common.Merkle

Associated Types

type Rep (MerkleNode a) ∷ TypeType #

Methods

fromMerkleNode a → Rep (MerkleNode a) x #

toRep (MerkleNode a) x → MerkleNode a #

Generic (MerkleRoot a) 
Instance details

Defined in Cardano.Chain.Common.Merkle

Associated Types

type Rep (MerkleRoot a) ∷ TypeType #

Methods

fromMerkleRoot a → Rep (MerkleRoot a) x #

toRep (MerkleRoot a) x → MerkleRoot a #

Generic (MerkleTree a) 
Instance details

Defined in Cardano.Chain.Common.Merkle

Associated Types

type Rep (MerkleTree a) ∷ TypeType #

Methods

fromMerkleTree a → Rep (MerkleTree a) x #

toRep (MerkleTree a) x → MerkleTree a #

Generic (ACertificate a) 
Instance details

Defined in Cardano.Chain.Delegation.Certificate

Associated Types

type Rep (ACertificate a) ∷ TypeType #

Methods

fromACertificate a → Rep (ACertificate a) x #

toRep (ACertificate a) x → ACertificate a #

Generic (APayload a) 
Instance details

Defined in Cardano.Chain.Delegation.Payload

Associated Types

type Rep (APayload a) ∷ TypeType #

Methods

fromAPayload a → Rep (APayload a) x #

toRep (APayload a) x → APayload a #

Generic (ATxAux a) 
Instance details

Defined in Cardano.Chain.UTxO.TxAux

Associated Types

type Rep (ATxAux a) ∷ TypeType #

Methods

fromATxAux a → Rep (ATxAux a) x #

toRep (ATxAux a) x → ATxAux a #

Generic (ATxPayload a) 
Instance details

Defined in Cardano.Chain.UTxO.TxPayload

Associated Types

type Rep (ATxPayload a) ∷ TypeType #

Methods

fromATxPayload a → Rep (ATxPayload a) x #

toRep (ATxPayload a) x → ATxPayload a #

Generic (APayload a) 
Instance details

Defined in Cardano.Chain.Update.Payload

Associated Types

type Rep (APayload a) ∷ TypeType #

Methods

fromAPayload a → Rep (APayload a) x #

toRep (APayload a) x → APayload a #

Generic (AProposal a) 
Instance details

Defined in Cardano.Chain.Update.Proposal

Associated Types

type Rep (AProposal a) ∷ TypeType #

Methods

fromAProposal a → Rep (AProposal a) x #

toRep (AProposal a) x → AProposal a #

Generic (AVote a) 
Instance details

Defined in Cardano.Chain.Update.Vote

Associated Types

type Rep (AVote a) ∷ TypeType #

Methods

fromAVote a → Rep (AVote a) x #

toRep (AVote a) x → AVote a #

Generic (ConwayGenesis c) 
Instance details

Defined in Cardano.Ledger.Conway.Genesis

Associated Types

type Rep (ConwayGenesis c) ∷ TypeType #

Methods

fromConwayGenesis c → Rep (ConwayGenesis c) x #

toRep (ConwayGenesis c) x → ConwayGenesis c #

Generic (ConwayGovState era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance

Associated Types

type Rep (ConwayGovState era) ∷ TypeType #

Methods

fromConwayGovState era → Rep (ConwayGovState era) x #

toRep (ConwayGovState era) x → ConwayGovState era #

Generic (DRepPulsingState era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.DRepPulser

Associated Types

type Rep (DRepPulsingState era) ∷ TypeType #

Methods

fromDRepPulsingState era → Rep (DRepPulsingState era) x #

toRep (DRepPulsingState era) x → DRepPulsingState era #

Generic (PulsingSnapshot era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.DRepPulser

Associated Types

type Rep (PulsingSnapshot era) ∷ TypeType #

Methods

fromPulsingSnapshot era → Rep (PulsingSnapshot era) x #

toRep (PulsingSnapshot era) x → PulsingSnapshot era #

Generic (EnactState era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Internal

Associated Types

type Rep (EnactState era) ∷ TypeType #

Methods

fromEnactState era → Rep (EnactState era) x #

toRep (EnactState era) x → EnactState era #

Generic (RatifyEnv era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Internal

Associated Types

type Rep (RatifyEnv era) ∷ TypeType #

Methods

fromRatifyEnv era → Rep (RatifyEnv era) x #

toRep (RatifyEnv era) x → RatifyEnv era #

Generic (RatifySignal era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Internal

Associated Types

type Rep (RatifySignal era) ∷ TypeType #

Methods

fromRatifySignal era → Rep (RatifySignal era) x #

toRep (RatifySignal era) x → RatifySignal era #

Generic (RatifyState era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Internal

Associated Types

type Rep (RatifyState era) ∷ TypeType #

Methods

fromRatifyState era → Rep (RatifyState era) x #

toRep (RatifyState era) x → RatifyState era #

Generic (Committee era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep (Committee era) ∷ TypeType #

Methods

fromCommittee era → Rep (Committee era) x #

toRep (Committee era) x → Committee era #

Generic (Constitution era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep (Constitution era) ∷ TypeType #

Methods

fromConstitution era → Rep (Constitution era) x #

toRep (Constitution era) x → Constitution era #

Generic (GovAction era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep (GovAction era) ∷ TypeType #

Methods

fromGovAction era → Rep (GovAction era) x #

toRep (GovAction era) x → GovAction era #

Generic (GovActionId c) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep (GovActionId c) ∷ TypeType #

Methods

fromGovActionId c → Rep (GovActionId c) x #

toRep (GovActionId c) x → GovActionId c #

Generic (GovActionState era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep (GovActionState era) ∷ TypeType #

Methods

fromGovActionState era → Rep (GovActionState era) x #

toRep (GovActionState era) x → GovActionState era #

Generic (ProposalProcedure era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep (ProposalProcedure era) ∷ TypeType #

Methods

fromProposalProcedure era → Rep (ProposalProcedure era) x #

toRep (ProposalProcedure era) x → ProposalProcedure era #

Generic (Voter c) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep (Voter c) ∷ TypeType #

Methods

fromVoter c → Rep (Voter c) x #

toRep (Voter c) x → Voter c #

Generic (VotingProcedure era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep (VotingProcedure era) ∷ TypeType #

Methods

fromVotingProcedure era → Rep (VotingProcedure era) x #

toRep (VotingProcedure era) x → VotingProcedure era #

Generic (VotingProcedures era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Procedures

Associated Types

type Rep (VotingProcedures era) ∷ TypeType #

Methods

fromVotingProcedures era → Rep (VotingProcedures era) x #

toRep (VotingProcedures era) x → VotingProcedures era #

Generic (PEdges a) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Proposals

Associated Types

type Rep (PEdges a) ∷ TypeType #

Methods

fromPEdges a → Rep (PEdges a) x #

toRep (PEdges a) x → PEdges a #

Generic (PGraph a) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Proposals

Associated Types

type Rep (PGraph a) ∷ TypeType #

Methods

fromPGraph a → Rep (PGraph a) x #

toRep (PGraph a) x → PGraph a #

Generic (PRoot a) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Proposals

Associated Types

type Rep (PRoot a) ∷ TypeType #

Methods

fromPRoot a → Rep (PRoot a) x #

toRep (PRoot a) x → PRoot a #

Generic (Proposals era) 
Instance details

Defined in Cardano.Ledger.Conway.Governance.Proposals

Associated Types

type Rep (Proposals era) ∷ TypeType #

Methods

fromProposals era → Rep (Proposals era) x #

toRep (Proposals era) x → Proposals era #

Generic (UpgradeConwayPParams f) 
Instance details

Defined in Cardano.Ledger.Conway.PParams

Associated Types

type Rep (UpgradeConwayPParams f) ∷ TypeType #

Generic (ConwayBbodyPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Bbody

Associated Types

type Rep (ConwayBbodyPredFailure era) ∷ TypeType #

Generic (CertEnv era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Cert

Associated Types

type Rep (CertEnv era) ∷ TypeType #

Methods

fromCertEnv era → Rep (CertEnv era) x #

toRep (CertEnv era) x → CertEnv era #

Generic (ConwayCertEvent era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Cert

Associated Types

type Rep (ConwayCertEvent era) ∷ TypeType #

Methods

fromConwayCertEvent era → Rep (ConwayCertEvent era) x #

toRep (ConwayCertEvent era) x → ConwayCertEvent era #

Generic (ConwayCertPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Cert

Associated Types

type Rep (ConwayCertPredFailure era) ∷ TypeType #

Generic (CertsEnv era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Certs

Associated Types

type Rep (CertsEnv era) ∷ TypeType #

Methods

fromCertsEnv era → Rep (CertsEnv era) x #

toRep (CertsEnv era) x → CertsEnv era #

Generic (ConwayCertsEvent era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Certs

Associated Types

type Rep (ConwayCertsEvent era) ∷ TypeType #

Methods

fromConwayCertsEvent era → Rep (ConwayCertsEvent era) x #

toRep (ConwayCertsEvent era) x → ConwayCertsEvent era #

Generic (ConwayCertsPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Certs

Associated Types

type Rep (ConwayCertsPredFailure era) ∷ TypeType #

Generic (ConwayDelegEnv era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Deleg

Associated Types

type Rep (ConwayDelegEnv era) ∷ TypeType #

Methods

fromConwayDelegEnv era → Rep (ConwayDelegEnv era) x #

toRep (ConwayDelegEnv era) x → ConwayDelegEnv era #

Generic (ConwayDelegPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Deleg

Associated Types

type Rep (ConwayDelegPredFailure era) ∷ TypeType #

Generic (EnactSignal era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Enact

Associated Types

type Rep (EnactSignal era) ∷ TypeType #

Methods

fromEnactSignal era → Rep (EnactSignal era) x #

toRep (EnactSignal era) x → EnactSignal era #

Generic (ConwayEpochEvent era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Epoch

Associated Types

type Rep (ConwayEpochEvent era) ∷ TypeType #

Methods

fromConwayEpochEvent era → Rep (ConwayEpochEvent era) x #

toRep (ConwayEpochEvent era) x → ConwayEpochEvent era #

Generic (ConwayGovEvent era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Gov

Associated Types

type Rep (ConwayGovEvent era) ∷ TypeType #

Methods

fromConwayGovEvent era → Rep (ConwayGovEvent era) x #

toRep (ConwayGovEvent era) x → ConwayGovEvent era #

Generic (ConwayGovPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Gov

Associated Types

type Rep (ConwayGovPredFailure era) ∷ TypeType #

Generic (GovEnv era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Gov

Associated Types

type Rep (GovEnv era) ∷ TypeType #

Methods

fromGovEnv era → Rep (GovEnv era) x #

toRep (GovEnv era) x → GovEnv era #

Generic (GovSignal era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Gov

Associated Types

type Rep (GovSignal era) ∷ TypeType #

Methods

fromGovSignal era → Rep (GovSignal era) x #

toRep (GovSignal era) x → GovSignal era #

Generic (ConwayGovCertEnv era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.GovCert

Associated Types

type Rep (ConwayGovCertEnv era) ∷ TypeType #

Methods

fromConwayGovCertEnv era → Rep (ConwayGovCertEnv era) x #

toRep (ConwayGovCertEnv era) x → ConwayGovCertEnv era #

Generic (ConwayGovCertPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.GovCert

Associated Types

type Rep (ConwayGovCertPredFailure era) ∷ TypeType #

Generic (ConwayHardForkEvent era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.HardFork

Associated Types

type Rep (ConwayHardForkEvent era) ∷ TypeType #

Generic (ConwayLedgerEvent era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Ledger

Associated Types

type Rep (ConwayLedgerEvent era) ∷ TypeType #

Methods

fromConwayLedgerEvent era → Rep (ConwayLedgerEvent era) x #

toRep (ConwayLedgerEvent era) x → ConwayLedgerEvent era #

Generic (ConwayLedgerPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Ledger

Associated Types

type Rep (ConwayLedgerPredFailure era) ∷ TypeType #

Generic (ConwayMempoolEvent era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Mempool

Associated Types

type Rep (ConwayMempoolEvent era) ∷ TypeType #

Generic (ConwayMempoolPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Mempool

Associated Types

type Rep (ConwayMempoolPredFailure era) ∷ TypeType #

Generic (ConwayNewEpochEvent era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.NewEpoch

Associated Types

type Rep (ConwayNewEpochEvent era) ∷ TypeType #

Generic (ConwayNewEpochPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.NewEpoch

Associated Types

type Rep (ConwayNewEpochPredFailure era) ∷ TypeType #

Generic (ConwayTickfPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Tickf

Associated Types

type Rep (ConwayTickfPredFailure era) ∷ TypeType #

Generic (ConwayUtxoPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Utxo

Associated Types

type Rep (ConwayUtxoPredFailure era) ∷ TypeType #

Generic (ConwayUtxosEvent era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Utxos

Associated Types

type Rep (ConwayUtxosEvent era) ∷ TypeType #

Methods

fromConwayUtxosEvent era → Rep (ConwayUtxosEvent era) x #

toRep (ConwayUtxosEvent era) x → ConwayUtxosEvent era #

Generic (ConwayUtxosPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Utxos

Associated Types

type Rep (ConwayUtxosPredFailure era) ∷ TypeType #

Generic (ConwayUtxowPredFailure era) 
Instance details

Defined in Cardano.Ledger.Conway.Rules.Utxow

Associated Types

type Rep (ConwayUtxowPredFailure era) ∷ TypeType #

Generic (ConwayTxBody era) 
Instance details

Defined in Cardano.Ledger.Conway.TxBody.Internal

Associated Types

type Rep (ConwayTxBody era) ∷ TypeType #

Methods

fromConwayTxBody era → Rep (ConwayTxBody era) x #

toRep (ConwayTxBody era) x → ConwayTxBody era #

Generic (ConwayTxBodyRaw era) 
Instance details

Defined in Cardano.Ledger.Conway.TxBody.Internal

Associated Types

type Rep (ConwayTxBodyRaw era) ∷ TypeType #

Methods

fromConwayTxBodyRaw era → Rep (ConwayTxBodyRaw era) x #

toRep (ConwayTxBodyRaw era) x → ConwayTxBodyRaw era #

Generic (ConwayDelegCert c) 
Instance details

Defined in Cardano.Ledger.Conway.TxCert

Associated Types

type Rep (ConwayDelegCert c) ∷ TypeType #

Generic (ConwayGovCert c) 
Instance details

Defined in Cardano.Ledger.Conway.TxCert

Associated Types

type Rep (ConwayGovCert c) ∷ TypeType #

Methods

fromConwayGovCert c → Rep (ConwayGovCert c) x #

toRep (ConwayGovCert c) x → ConwayGovCert c #

Generic (ConwayTxCert era) 
Instance details

Defined in Cardano.Ledger.Conway.TxCert

Associated Types

type Rep (ConwayTxCert era) ∷ TypeType #

Methods

fromConwayTxCert era → Rep (ConwayTxCert era) x #

toRep (ConwayTxCert era) x → ConwayTxCert era #

Generic (Delegatee c) 
Instance details

Defined in Cardano.Ledger.Conway.TxCert

Associated Types

type Rep (Delegatee c) ∷ TypeType #

Methods

fromDelegatee c → Rep (Delegatee c) x #

toRep (Delegatee c) x → Delegatee c #

Generic (ConwayContextError era) 
Instance details

Defined in Cardano.Ledger.Conway.TxInfo

Associated Types

type Rep (ConwayContextError era) ∷ TypeType #

Generic (Addr c) 
Instance details

Defined in Cardano.Ledger.Address

Associated Types

type Rep (Addr c) ∷ TypeType #

Methods

fromAddr c → Rep (Addr c) x #

toRep (Addr c) x → Addr c #

Generic (BootstrapAddress c) 
Instance details

Defined in Cardano.Ledger.Address

Associated Types

type Rep (BootstrapAddress c) ∷ TypeType #

Generic (CompactAddr c) 
Instance details

Defined in Cardano.Ledger.Address

Associated Types

type Rep (CompactAddr c) ∷ TypeType #

Methods

fromCompactAddr c → Rep (CompactAddr c) x #

toRep (CompactAddr c) x → CompactAddr c #

Generic (RewardAccount c) 
Instance details

Defined in Cardano.Ledger.Address

Associated Types

type Rep (RewardAccount c) ∷ TypeType #

Methods

fromRewardAccount c → Rep (RewardAccount c) x #

toRep (RewardAccount c) x → RewardAccount c #

Generic (Withdrawals c) 
Instance details

Defined in Cardano.Ledger.Address

Associated Types

type Rep (Withdrawals c) ∷ TypeType #

Methods

fromWithdrawals c → Rep (Withdrawals c) x #

toRep (Withdrawals c) x → Withdrawals c #

Generic (AuxiliaryDataHash c) 
Instance details

Defined in Cardano.Ledger.AuxiliaryData

Associated Types

type Rep (AuxiliaryDataHash c) ∷ TypeType #

Generic (Anchor c) 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep (Anchor c) ∷ TypeType #

Methods

fromAnchor c → Rep (Anchor c) x #

toRep (Anchor c) x → Anchor c #

Generic (BlocksMade c) 
Instance details

Defined in Cardano.Ledger.BaseTypes

Associated Types

type Rep (BlocksMade c) ∷ TypeType #

Methods

fromBlocksMade c → Rep (BlocksMade c) x #

toRep (BlocksMade c) x → BlocksMade c #

Generic (CertState era) 
Instance details

Defined in Cardano.Ledger.CertState

Associated Types

type Rep (CertState era) ∷ TypeType #

Methods

fromCertState era → Rep (CertState era) x #

toRep (CertState era) x → CertState era #

Generic (CommitteeAuthorization c) 
Instance details

Defined in Cardano.Ledger.CertState

Associated Types

type Rep (CommitteeAuthorization c) ∷ TypeType #

Generic (CommitteeState era) 
Instance details

Defined in Cardano.Ledger.CertState

Associated Types

type Rep (CommitteeState era) ∷ TypeType #

Methods

fromCommitteeState era → Rep (CommitteeState era) x #

toRep (CommitteeState era) x → CommitteeState era #

Generic (DState era) 
Instance details

Defined in Cardano.Ledger.CertState

Associated Types

type Rep (DState era) ∷ TypeType #

Methods

fromDState era → Rep (DState era) x #

toRep (DState era) x → DState era #

Generic (FutureGenDeleg c) 
Instance details

Defined in Cardano.Ledger.CertState

Associated Types

type Rep (FutureGenDeleg c) ∷ TypeType #

Methods

fromFutureGenDeleg c → Rep (FutureGenDeleg c) x #

toRep (FutureGenDeleg c) x → FutureGenDeleg c #

Generic (InstantaneousRewards c) 
Instance details

Defined in Cardano.Ledger.CertState

Associated Types

type Rep (InstantaneousRewards c) ∷ TypeType #

Generic (PState era) 
Instance details

Defined in Cardano.Ledger.CertState

Associated Types

type Rep (PState era) ∷ TypeType #

Methods

fromPState era → Rep (PState era) x #

toRep (PState era) x → PState era #

Generic (VState era) 
Instance details

Defined in Cardano.Ledger.CertState

Associated Types

type Rep (VState era) ∷ TypeType #

Methods

fromVState era → Rep (VState era) x #

toRep (VState era) x → VState era #

Generic (PParams era) 
Instance details

Defined in Cardano.Ledger.Core.PParams

Associated Types

type Rep (PParams era) ∷ TypeType #

Methods

fromPParams era → Rep (PParams era) x #

toRep (PParams era) x → PParams era #

Generic (PParamsUpdate era) 
Instance details

Defined in Cardano.Ledger.Core.PParams

Associated Types

type Rep (PParamsUpdate era) ∷ TypeType #

Methods

fromPParamsUpdate era → Rep (PParamsUpdate era) x #

toRep (PParamsUpdate era) x → PParamsUpdate era #

Generic (Delegation c) 
Instance details

Defined in Cardano.Ledger.Core.TxCert

Associated Types

type Rep (Delegation c) ∷ TypeType #

Methods

fromDelegation c → Rep (Delegation c) x #

toRep (Delegation c) x → Delegation c #

Generic (PoolCert c) 
Instance details

Defined in Cardano.Ledger.Core.TxCert

Associated Types

type Rep (PoolCert c) ∷ TypeType #

Methods

fromPoolCert c → Rep (PoolCert c) x #

toRep (PoolCert c) x → PoolCert c #

Generic (GenesisCredential c) 
Instance details

Defined in Cardano.Ledger.Credential

Associated Types

type Rep (GenesisCredential c) ∷ TypeType #

Generic (StakeReference c) 
Instance details

Defined in Cardano.Ledger.Credential

Associated Types

type Rep (StakeReference c) ∷ TypeType #

Methods

fromStakeReference c → Rep (StakeReference c) x #

toRep (StakeReference c) x → StakeReference c #

Generic (DRep c) 
Instance details

Defined in Cardano.Ledger.DRep

Associated Types

type Rep (DRep c) ∷ TypeType #

Methods

fromDRep c → Rep (DRep c) x #

toRep (DRep c) x → DRep c #

Generic (DRepState c) 
Instance details

Defined in Cardano.Ledger.DRep

Associated Types

type Rep (DRepState c) ∷ TypeType #

Methods

fromDRepState c → Rep (DRepState c) x #

toRep (DRepState c) x → DRepState c #

Generic (SnapShot c) 
Instance details

Defined in Cardano.Ledger.EpochBoundary

Associated Types

type Rep (SnapShot c) ∷ TypeType #

Methods

fromSnapShot c → Rep (SnapShot c) x #

toRep (SnapShot c) x → SnapShot c #

Generic (SnapShots c) 
Instance details

Defined in Cardano.Ledger.EpochBoundary

Associated Types

type Rep (SnapShots c) ∷ TypeType #

Methods

fromSnapShots c → Rep (SnapShots c) x #

toRep (SnapShots c) x → SnapShots c #

Generic (Stake c) 
Instance details

Defined in Cardano.Ledger.EpochBoundary

Associated Types

type Rep (Stake c) ∷ TypeType #

Methods

fromStake c → Rep (Stake c) x #

toRep (Stake c) x → Stake c #

Generic (NoUpdate a) 
Instance details

Defined in Cardano.Ledger.HKD

Associated Types

type Rep (NoUpdate a) ∷ TypeType #

Methods

fromNoUpdate a → Rep (NoUpdate a) x #

toRep (NoUpdate a) x → NoUpdate a #

Generic (ScriptHash c) 
Instance details

Defined in Cardano.Ledger.Hashes

Associated Types

type Rep (ScriptHash c) ∷ TypeType #

Methods

fromScriptHash c → Rep (ScriptHash c) x #

toRep (ScriptHash c) x → ScriptHash c #

Generic (BootstrapWitness c) 
Instance details

Defined in Cardano.Ledger.Keys.Bootstrap

Associated Types

type Rep (BootstrapWitness c) ∷ TypeType #

Generic (GKeys c) 
Instance details

Defined in Cardano.Ledger.Keys.Internal

Associated Types

type Rep (GKeys c) ∷ TypeType #

Methods

fromGKeys c → Rep (GKeys c) x #

toRep (GKeys c) x → GKeys c #

Generic (GenDelegPair c) 
Instance details

Defined in Cardano.Ledger.Keys.Internal

Associated Types

type Rep (GenDelegPair c) ∷ TypeType #

Methods

fromGenDelegPair c → Rep (GenDelegPair c) x #

toRep (GenDelegPair c) x → GenDelegPair c #

Generic (GenDelegs c) 
Instance details

Defined in Cardano.Ledger.Keys.Internal

Associated Types

type Rep (GenDelegs c) ∷ TypeType #

Methods

fromGenDelegs c → Rep (GenDelegs c) x #

toRep (GenDelegs c) x → GenDelegs c #

Generic (BinaryData era) 
Instance details

Defined in Cardano.Ledger.Plutus.Data

Associated Types

type Rep (BinaryData era) ∷ TypeType #

Methods

fromBinaryData era → Rep (BinaryData era) x #

toRep (BinaryData era) x → BinaryData era #

Generic (Data era) 
Instance details

Defined in Cardano.Ledger.Plutus.Data

Associated Types

type Rep (Data era) ∷ TypeType #

Methods

fromData era → Rep (Data era) x #

toRep (Data era) x → Data era #

Generic (Datum era) 
Instance details

Defined in Cardano.Ledger.Plutus.Data

Associated Types

type Rep (Datum era) ∷ TypeType #

Methods

fromDatum era → Rep (Datum era) x #

toRep (Datum era) x → Datum era #

Generic (PlutusData era) 
Instance details

Defined in Cardano.Ledger.Plutus.Data

Associated Types

type Rep (PlutusData era) ∷ TypeType #

Methods

fromPlutusData era → Rep (PlutusData era) x #

toRep (PlutusData era) x → PlutusData era #

Generic (ScriptFailure c) 
Instance details

Defined in Cardano.Ledger.Plutus.Evaluate

Associated Types

type Rep (ScriptFailure c) ∷ TypeType #

Methods

fromScriptFailure c → Rep (ScriptFailure c) x #

toRep (ScriptFailure c) x → ScriptFailure c #

Generic (ScriptResult c) 
Instance details

Defined in Cardano.Ledger.Plutus.Evaluate

Associated Types

type Rep (ScriptResult c) ∷ TypeType #

Methods

fromScriptResult c → Rep (ScriptResult c) x #

toRep (ScriptResult c) x → ScriptResult c #

Generic (ExUnits' a) 
Instance details

Defined in Cardano.Ledger.Plutus.ExUnits

Associated Types

type Rep (ExUnits' a) ∷ TypeType #

Methods

fromExUnits' a → Rep (ExUnits' a) x #

toRep (ExUnits' a) x → ExUnits' a #

Generic (Plutus l) 
Instance details

Defined in Cardano.Ledger.Plutus.Language

Associated Types

type Rep (Plutus l) ∷ TypeType #

Methods

fromPlutus l → Rep (Plutus l) x #

toRep (Plutus l) x → Plutus l #

Generic (PlutusRunnable l) 
Instance details

Defined in Cardano.Ledger.Plutus.Language

Associated Types

type Rep (PlutusRunnable l) ∷ TypeType #

Methods

fromPlutusRunnable l → Rep (PlutusRunnable l) x #

toRep (PlutusRunnable l) x → PlutusRunnable l #

Generic (TxOutSource c) 
Instance details

Defined in Cardano.Ledger.Plutus.TxInfo

Associated Types

type Rep (TxOutSource c) ∷ TypeType #

Methods

fromTxOutSource c → Rep (TxOutSource c) x #

toRep (TxOutSource c) x → TxOutSource c #

Generic (IndividualPoolStake c) 
Instance details

Defined in Cardano.Ledger.PoolDistr

Associated Types

type Rep (IndividualPoolStake c) ∷ TypeType #

Generic (PoolDistr c) 
Instance details

Defined in Cardano.Ledger.PoolDistr

Associated Types

type Rep (PoolDistr c) ∷ TypeType #

Methods

fromPoolDistr c → Rep (PoolDistr c) x #

toRep (PoolDistr c) x → PoolDistr c #

Generic (PoolParams c) 
Instance details

Defined in Cardano.Ledger.PoolParams

Associated Types

type Rep (PoolParams c) ∷ TypeType #

Methods

fromPoolParams c → Rep (PoolParams c) x #

toRep (PoolParams c) x → PoolParams c #

Generic (Reward c) 
Instance details

Defined in Cardano.Ledger.Rewards

Associated Types

type Rep (Reward c) ∷ TypeType #

Methods

fromReward c → Rep (Reward c) x #

toRep (Reward c) x → Reward c #

Generic (TxId c) 
Instance details

Defined in Cardano.Ledger.TxIn

Associated Types

type Rep (TxId c) ∷ TypeType #

Methods

fromTxId c → Rep (TxId c) x #

toRep (TxId c) x → TxId c #

Generic (TxIn c) 
Instance details

Defined in Cardano.Ledger.TxIn

Associated Types

type Rep (TxIn c) ∷ TypeType #

Methods

fromTxIn c → Rep (TxIn c) x #

toRep (TxIn c) x → TxIn c #

Generic (StakeCredentials c) 
Instance details

Defined in Cardano.Ledger.UMap

Associated Types

type Rep (StakeCredentials c) ∷ TypeType #

Generic (UMElem c) 
Instance details

Defined in Cardano.Ledger.UMap

Associated Types

type Rep (UMElem c) ∷ TypeType #

Methods

fromUMElem c → Rep (UMElem c) x #

toRep (UMElem c) x → UMElem c #

Generic (UMap c) 
Instance details

Defined in Cardano.Ledger.UMap

Associated Types

type Rep (UMap c) ∷ TypeType #

Methods

fromUMap c → Rep (UMap c) x #

toRep (UMap c) x → UMap c #

Generic (ScriptsProvided era) 
Instance details

Defined in Cardano.Ledger.UTxO

Associated Types

type Rep (ScriptsProvided era) ∷ TypeType #

Methods

fromScriptsProvided era → Rep (ScriptsProvided era) x #

toRep (ScriptsProvided era) x → ScriptsProvided era #

Generic (UTxO era) 
Instance details

Defined in Cardano.Ledger.UTxO

Associated Types

type Rep (UTxO era) ∷ TypeType #

Methods

fromUTxO era → Rep (UTxO era) x #

toRep (UTxO era) x → UTxO era #

Generic (MaryTxBody era) 
Instance details

Defined in Cardano.Ledger.Mary.TxBody.Internal

Associated Types

type Rep (MaryTxBody era) ∷ TypeType #

Methods

fromMaryTxBody era → Rep (MaryTxBody era) x #

toRep (MaryTxBody era) x → MaryTxBody era #

Generic (MaryTxBodyRaw era) 
Instance details

Defined in Cardano.Ledger.Mary.TxBody.Internal

Associated Types

type Rep (MaryTxBodyRaw era) ∷ TypeType #

Methods

fromMaryTxBodyRaw era → Rep (MaryTxBodyRaw era) x #

toRep (MaryTxBodyRaw era) x → MaryTxBodyRaw era #

Generic (CompactValue c) 
Instance details

Defined in Cardano.Ledger.Mary.Value

Associated Types

type Rep (CompactValue c) ∷ TypeType #

Methods

fromCompactValue c → Rep (CompactValue c) x #

toRep (CompactValue c) x → CompactValue c #

Generic (MaryValue c) 
Instance details

Defined in Cardano.Ledger.Mary.Value

Associated Types

type Rep (MaryValue c) ∷ TypeType #

Methods

fromMaryValue c → Rep (MaryValue c) x #

toRep (MaryValue c) x → MaryValue c #

Generic (MultiAsset c) 
Instance details

Defined in Cardano.Ledger.Mary.Value

Associated Types

type Rep (MultiAsset c) ∷ TypeType #

Methods

fromMultiAsset c → Rep (MultiAsset c) x #

toRep (MultiAsset c) x → MultiAsset c #

Generic (PolicyID c) 
Instance details

Defined in Cardano.Ledger.Mary.Value

Associated Types

type Rep (PolicyID c) ∷ TypeType #

Methods

fromPolicyID c → Rep (PolicyID c) x #

toRep (PolicyID c) x → PolicyID c #

Generic (BlockTransitionError era) 
Instance details

Defined in Cardano.Ledger.Shelley.API.Validation

Associated Types

type Rep (BlockTransitionError era) ∷ TypeType #

Generic (TickTransitionError era) 
Instance details

Defined in Cardano.Ledger.Shelley.API.Validation

Associated Types

type Rep (TickTransitionError era) ∷ TypeType #

Generic (ShelleyTxSeq era) 
Instance details

Defined in Cardano.Ledger.Shelley.BlockChain

Associated Types

type Rep (ShelleyTxSeq era) ∷ TypeType #

Methods

fromShelleyTxSeq era → Rep (ShelleyTxSeq era) x #

toRep (ShelleyTxSeq era) x → ShelleyTxSeq era #

Generic (ShelleyGenesis c) 
Instance details

Defined in Cardano.Ledger.Shelley.Genesis

Associated Types

type Rep (ShelleyGenesis c) ∷ TypeType #

Methods

fromShelleyGenesis c → Rep (ShelleyGenesis c) x #

toRep (ShelleyGenesis c) x → ShelleyGenesis c #

Generic (ShelleyGenesisStaking c) 
Instance details

Defined in Cardano.Ledger.Shelley.Genesis

Associated Types

type Rep (ShelleyGenesisStaking c) ∷ TypeType #

Generic (FuturePParams era) 
Instance details

Defined in Cardano.Ledger.Shelley.Governance

Associated Types

type Rep (FuturePParams era) ∷ TypeType #

Methods

fromFuturePParams era → Rep (FuturePParams era) x #

toRep (FuturePParams era) x → FuturePParams era #

Generic (ShelleyGovState era) 
Instance details

Defined in Cardano.Ledger.Shelley.Governance

Associated Types

type Rep (ShelleyGovState era) ∷ TypeType #

Methods

fromShelleyGovState era → Rep (ShelleyGovState era) x #

toRep (ShelleyGovState era) x → ShelleyGovState era #

Generic (EpochState era) 
Instance details

Defined in Cardano.Ledger.Shelley.LedgerState.Types

Associated Types

type Rep (EpochState era) ∷ TypeType #

Methods

fromEpochState era → Rep (EpochState era) x #

toRep (EpochState era) x → EpochState era #

Generic (IncrementalStake c) 
Instance details

Defined in Cardano.Ledger.Shelley.LedgerState.Types

Associated Types

type Rep (IncrementalStake c) ∷ TypeType #

Generic (LedgerState era) 
Instance details

Defined in Cardano.Ledger.Shelley.LedgerState.Types

Associated Types

type Rep (LedgerState era) ∷ TypeType #

Methods

fromLedgerState era → Rep (LedgerState era) x #

toRep (LedgerState era) x → LedgerState era #

Generic (NewEpochState era) 
Instance details

Defined in Cardano.Ledger.Shelley.LedgerState.Types

Associated Types

type Rep (NewEpochState era) ∷ TypeType #

Methods

fromNewEpochState era → Rep (NewEpochState era) x #

toRep (NewEpochState era) x → NewEpochState era #

Generic (UTxOState era) 
Instance details

Defined in Cardano.Ledger.Shelley.LedgerState.Types

Associated Types

type Rep (UTxOState era) ∷ TypeType #

Methods

fromUTxOState era → Rep (UTxOState era) x #

toRep (UTxOState era) x → UTxOState era #

Generic (PPUpdateEnv era) 
Instance details

Defined in Cardano.Ledger.Shelley.PParams

Associated Types

type Rep (PPUpdateEnv era) ∷ TypeType #

Methods

fromPPUpdateEnv era → Rep (PPUpdateEnv era) x #

toRep (PPUpdateEnv era) x → PPUpdateEnv era #

Generic (ProposedPPUpdates era) 
Instance details

Defined in Cardano.Ledger.Shelley.PParams

Associated Types

type Rep (ProposedPPUpdates era) ∷ TypeType #

Methods

fromProposedPPUpdates era → Rep (ProposedPPUpdates era) x #

toRep (ProposedPPUpdates era) x → ProposedPPUpdates era #

Generic (Update era) 
Instance details

Defined in Cardano.Ledger.Shelley.PParams

Associated Types

type Rep (Update era) ∷ TypeType #

Methods

fromUpdate era → Rep (Update era) x #

toRep (Update era) x → Update era #

Generic (NonMyopic c) 
Instance details

Defined in Cardano.Ledger.Shelley.PoolRank

Associated Types

type Rep (NonMyopic c) ∷ TypeType #

Methods

fromNonMyopic c → Rep (NonMyopic c) x #

toRep (NonMyopic c) x → NonMyopic c #

Generic (RewardProvenance c) 
Instance details

Defined in Cardano.Ledger.Shelley.RewardProvenance

Associated Types

type Rep (RewardProvenance c) ∷ TypeType #

Generic (RewardProvenancePool c) 
Instance details

Defined in Cardano.Ledger.Shelley.RewardProvenance

Associated Types

type Rep (RewardProvenancePool c) ∷ TypeType #

Generic (FreeVars c) 
Instance details

Defined in Cardano.Ledger.Shelley.RewardUpdate

Associated Types

type Rep (FreeVars c) ∷ TypeType #

Methods

fromFreeVars c → Rep (FreeVars c) x #

toRep (FreeVars c) x → FreeVars c #

Generic (PulsingRewUpdate c) 
Instance details

Defined in Cardano.Ledger.Shelley.RewardUpdate

Associated Types

type Rep (PulsingRewUpdate c) ∷ TypeType #

Generic (RewardAns c) 
Instance details

Defined in Cardano.Ledger.Shelley.RewardUpdate

Associated Types

type Rep (RewardAns c) ∷ TypeType #

Methods

fromRewardAns c → Rep (RewardAns c) x #

toRep (RewardAns c) x → RewardAns c #

Generic (RewardSnapShot c) 
Instance details

Defined in Cardano.Ledger.Shelley.RewardUpdate

Associated Types

type Rep (RewardSnapShot c) ∷ TypeType #

Methods

fromRewardSnapShot c → Rep (RewardSnapShot c) x #

toRep (RewardSnapShot c) x → RewardSnapShot c #

Generic (RewardUpdate c) 
Instance details

Defined in Cardano.Ledger.Shelley.RewardUpdate

Associated Types

type Rep (RewardUpdate c) ∷ TypeType #

Methods

fromRewardUpdate c → Rep (RewardUpdate c) x #

toRep (RewardUpdate c) x → RewardUpdate c #

Generic (LeaderOnlyReward c) 
Instance details

Defined in Cardano.Ledger.Shelley.Rewards

Associated Types

type Rep (LeaderOnlyReward c) ∷ TypeType #

Generic (PoolRewardInfo c) 
Instance details

Defined in Cardano.Ledger.Shelley.Rewards

Associated Types

type Rep (PoolRewardInfo c) ∷ TypeType #

Methods

fromPoolRewardInfo c → Rep (PoolRewardInfo c) x #

toRep (PoolRewardInfo c) x → PoolRewardInfo c #

Generic (ShelleyBbodyPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Bbody

Associated Types

type Rep (ShelleyBbodyPredFailure era) ∷ TypeType #

Generic (DelegEnv era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Deleg

Associated Types

type Rep (DelegEnv era) ∷ TypeType #

Methods

fromDelegEnv era → Rep (DelegEnv era) x #

toRep (DelegEnv era) x → DelegEnv era #

Generic (ShelleyDelegEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Deleg

Associated Types

type Rep (ShelleyDelegEvent era) ∷ TypeType #

Methods

fromShelleyDelegEvent era → Rep (ShelleyDelegEvent era) x #

toRep (ShelleyDelegEvent era) x → ShelleyDelegEvent era #

Generic (ShelleyDelegPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Deleg

Associated Types

type Rep (ShelleyDelegPredFailure era) ∷ TypeType #

Generic (ShelleyDelegsEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Delegs

Associated Types

type Rep (ShelleyDelegsEvent era) ∷ TypeType #

Generic (ShelleyDelegsPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Delegs

Associated Types

type Rep (ShelleyDelegsPredFailure era) ∷ TypeType #

Generic (ShelleyDelplEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Delpl

Associated Types

type Rep (ShelleyDelplEvent era) ∷ TypeType #

Methods

fromShelleyDelplEvent era → Rep (ShelleyDelplEvent era) x #

toRep (ShelleyDelplEvent era) x → ShelleyDelplEvent era #

Generic (ShelleyDelplPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Delpl

Associated Types

type Rep (ShelleyDelplPredFailure era) ∷ TypeType #

Generic (ShelleyEpochEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Epoch

Associated Types

type Rep (ShelleyEpochEvent era) ∷ TypeType #

Methods

fromShelleyEpochEvent era → Rep (ShelleyEpochEvent era) x #

toRep (ShelleyEpochEvent era) x → ShelleyEpochEvent era #

Generic (ShelleyEpochPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Epoch

Associated Types

type Rep (ShelleyEpochPredFailure era) ∷ TypeType #

Generic (LedgerEnv era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Ledger

Associated Types

type Rep (LedgerEnv era) ∷ TypeType #

Methods

fromLedgerEnv era → Rep (LedgerEnv era) x #

toRep (LedgerEnv era) x → LedgerEnv era #

Generic (ShelleyLedgerEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Ledger

Associated Types

type Rep (ShelleyLedgerEvent era) ∷ TypeType #

Generic (ShelleyLedgerPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Ledger

Associated Types

type Rep (ShelleyLedgerPredFailure era) ∷ TypeType #

Generic (ShelleyLedgersPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Ledgers

Associated Types

type Rep (ShelleyLedgersPredFailure era) ∷ TypeType #

Generic (ShelleyMirEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Mir

Associated Types

type Rep (ShelleyMirEvent era) ∷ TypeType #

Methods

fromShelleyMirEvent era → Rep (ShelleyMirEvent era) x #

toRep (ShelleyMirEvent era) x → ShelleyMirEvent era #

Generic (ShelleyMirPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Mir

Associated Types

type Rep (ShelleyMirPredFailure era) ∷ TypeType #

Generic (ShelleyNewEpochEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

Associated Types

type Rep (ShelleyNewEpochEvent era) ∷ TypeType #

Generic (ShelleyNewEpochPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.NewEpoch

Associated Types

type Rep (ShelleyNewEpochPredFailure era) ∷ TypeType #

Generic (PoolEnv era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Pool

Associated Types

type Rep (PoolEnv era) ∷ TypeType #

Methods

fromPoolEnv era → Rep (PoolEnv era) x #

toRep (PoolEnv era) x → PoolEnv era #

Generic (PoolEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Pool

Associated Types

type Rep (PoolEvent era) ∷ TypeType #

Methods

fromPoolEvent era → Rep (PoolEvent era) x #

toRep (PoolEvent era) x → PoolEvent era #

Generic (ShelleyPoolPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Pool

Associated Types

type Rep (ShelleyPoolPredFailure era) ∷ TypeType #

Generic (ShelleyPoolreapEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.PoolReap

Associated Types

type Rep (ShelleyPoolreapEvent era) ∷ TypeType #

Generic (ShelleyPoolreapPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.PoolReap

Associated Types

type Rep (ShelleyPoolreapPredFailure era) ∷ TypeType #

Generic (PpupEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Ppup

Associated Types

type Rep (PpupEvent era) ∷ TypeType #

Methods

fromPpupEvent era → Rep (PpupEvent era) x #

toRep (PpupEvent era) x → PpupEvent era #

Generic (ShelleyPpupPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Ppup

Associated Types

type Rep (ShelleyPpupPredFailure era) ∷ TypeType #

Generic (RupdEvent c) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Rupd

Associated Types

type Rep (RupdEvent c) ∷ TypeType #

Methods

fromRupdEvent c → Rep (RupdEvent c) x #

toRep (RupdEvent c) x → RupdEvent c #

Generic (ShelleyRupdPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Rupd

Associated Types

type Rep (ShelleyRupdPredFailure era) ∷ TypeType #

Generic (ShelleySnapPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Snap

Associated Types

type Rep (ShelleySnapPredFailure era) ∷ TypeType #

Generic (SnapEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Snap

Associated Types

type Rep (SnapEvent era) ∷ TypeType #

Methods

fromSnapEvent era → Rep (SnapEvent era) x #

toRep (SnapEvent era) x → SnapEvent era #

Generic (ShelleyTickEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Tick

Associated Types

type Rep (ShelleyTickEvent era) ∷ TypeType #

Methods

fromShelleyTickEvent era → Rep (ShelleyTickEvent era) x #

toRep (ShelleyTickEvent era) x → ShelleyTickEvent era #

Generic (ShelleyTickPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Tick

Associated Types

type Rep (ShelleyTickPredFailure era) ∷ TypeType #

Generic (ShelleyTickfPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Tick

Associated Types

type Rep (ShelleyTickfPredFailure era) ∷ TypeType #

Generic (ShelleyUpecPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Upec

Associated Types

type Rep (ShelleyUpecPredFailure era) ∷ TypeType #

Generic (ShelleyUtxoPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Utxo

Associated Types

type Rep (ShelleyUtxoPredFailure era) ∷ TypeType #

Generic (UtxoEnv era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Utxo

Associated Types

type Rep (UtxoEnv era) ∷ TypeType #

Methods

fromUtxoEnv era → Rep (UtxoEnv era) x #

toRep (UtxoEnv era) x → UtxoEnv era #

Generic (UtxoEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Utxo

Associated Types

type Rep (UtxoEvent era) ∷ TypeType #

Methods

fromUtxoEvent era → Rep (UtxoEvent era) x #

toRep (UtxoEvent era) x → UtxoEvent era #

Generic (ShelleyUtxowEvent era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Utxow

Associated Types

type Rep (ShelleyUtxowEvent era) ∷ TypeType #

Methods

fromShelleyUtxowEvent era → Rep (ShelleyUtxowEvent era) x #

toRep (ShelleyUtxowEvent era) x → ShelleyUtxowEvent era #

Generic (ShelleyUtxowPredFailure era) 
Instance details

Defined in Cardano.Ledger.Shelley.Rules.Utxow

Associated Types

type Rep (ShelleyUtxowPredFailure era) ∷ TypeType #

Generic (MultiSig era) 
Instance details

Defined in Cardano.Ledger.Shelley.Scripts

Associated Types

type Rep (MultiSig era) ∷ TypeType #

Methods

fromMultiSig era → Rep (MultiSig era) x #

toRep (MultiSig era) x → MultiSig era #

Generic (MultiSigRaw era) 
Instance details

Defined in Cardano.Ledger.Shelley.Scripts

Associated Types

type Rep (MultiSigRaw era) ∷ TypeType #

Methods

fromMultiSigRaw era → Rep (MultiSigRaw era) x #

toRep (MultiSigRaw era) x → MultiSigRaw era #

Generic (TransitionConfig (ShelleyEra c)) 
Instance details

Defined in Cardano.Ledger.Shelley.Transition

Associated Types

type Rep (TransitionConfig (ShelleyEra c)) ∷ TypeType #

Generic (FromByronTranslationContext c) 
Instance details

Defined in Cardano.Ledger.Shelley.Translation

Associated Types

type Rep (FromByronTranslationContext c) ∷ TypeType #

Generic (ShelleyTx era) 
Instance details

Defined in Cardano.Ledger.Shelley.Tx.Internal

Associated Types

type Rep (ShelleyTx era) ∷ TypeType #

Methods

fromShelleyTx era → Rep (ShelleyTx era) x #

toRep (ShelleyTx era) x → ShelleyTx era #

Generic (ShelleyTxRaw era) 
Instance details

Defined in Cardano.Ledger.Shelley.Tx.Internal

Associated Types

type Rep (ShelleyTxRaw era) ∷ TypeType #

Methods

fromShelleyTxRaw era → Rep (ShelleyTxRaw era) x #

toRep (ShelleyTxRaw era) x → ShelleyTxRaw era #

Generic (ShelleyTxAuxData era) 
Instance details

Defined in Cardano.Ledger.Shelley.TxAuxData

Associated Types

type Rep (ShelleyTxAuxData era) ∷ TypeType #

Methods

fromShelleyTxAuxData era → Rep (ShelleyTxAuxData era) x #

toRep (ShelleyTxAuxData era) x → ShelleyTxAuxData era #

Generic (ShelleyTxAuxDataRaw era) 
Instance details

Defined in Cardano.Ledger.Shelley.TxAuxData

Associated Types

type Rep (ShelleyTxAuxDataRaw era) ∷ TypeType #

Generic (ShelleyTxBody era) 
Instance details

Defined in Cardano.Ledger.Shelley.TxBody

Associated Types

type Rep (ShelleyTxBody era) ∷ TypeType #

Methods

fromShelleyTxBody era → Rep (ShelleyTxBody era) x #

toRep (ShelleyTxBody era) x → ShelleyTxBody era #

Generic (ShelleyTxBodyRaw era) 
Instance details

Defined in Cardano.Ledger.Shelley.TxBody

Associated Types

type Rep (ShelleyTxBodyRaw era) ∷ TypeType #

Methods

fromShelleyTxBodyRaw era → Rep (ShelleyTxBodyRaw era) x #

toRep (ShelleyTxBodyRaw era) x → ShelleyTxBodyRaw era #

Generic (GenesisDelegCert c) 
Instance details

Defined in Cardano.Ledger.Shelley.TxCert

Associated Types

type Rep (GenesisDelegCert c) ∷ TypeType #

Generic (MIRCert c) 
Instance details

Defined in Cardano.Ledger.Shelley.TxCert

Associated Types

type Rep (MIRCert c) ∷ TypeType #

Methods

fromMIRCert c → Rep (MIRCert c) x #

toRep (MIRCert c) x → MIRCert c #

Generic (MIRTarget c) 
Instance details

Defined in Cardano.Ledger.Shelley.TxCert

Associated Types

type Rep (MIRTarget c) ∷ TypeType #

Methods

fromMIRTarget c → Rep (MIRTarget c) x #

toRep (MIRTarget c) x → MIRTarget c #

Generic (ShelleyDelegCert c) 
Instance details

Defined in Cardano.Ledger.Shelley.TxCert

Associated Types

type Rep (ShelleyDelegCert c) ∷ TypeType #

Generic (ShelleyTxCert era) 
Instance details

Defined in Cardano.Ledger.Shelley.TxCert

Associated Types

type Rep (ShelleyTxCert era) ∷ TypeType #

Methods

fromShelleyTxCert era → Rep (ShelleyTxCert era) x #

toRep (ShelleyTxCert era) x → ShelleyTxCert era #

Generic (ShelleyTxWits era) 
Instance details

Defined in Cardano.Ledger.Shelley.TxWits

Associated Types

type Rep (ShelleyTxWits era) ∷ TypeType #

Methods

fromShelleyTxWits era → Rep (ShelleyTxWits era) x #

toRep (ShelleyTxWits era) x → ShelleyTxWits era #

Generic (ShelleyTxWitsRaw era) 
Instance details

Defined in Cardano.Ledger.Shelley.TxWits

Associated Types

type Rep (ShelleyTxWitsRaw era) ∷ TypeType #

Methods

fromShelleyTxWitsRaw era → Rep (ShelleyTxWitsRaw era) x #

toRep (ShelleyTxWitsRaw era) x → ShelleyTxWitsRaw era #

Generic (ChainDepState c) 
Instance details

Defined in Cardano.Protocol.TPraos.API

Associated Types

type Rep (ChainDepState c) ∷ TypeType #

Methods

fromChainDepState c → Rep (ChainDepState c) x #

toRep (ChainDepState c) x → ChainDepState c #

Generic (ChainTransitionError c) 
Instance details

Defined in Cardano.Protocol.TPraos.API

Associated Types

type Rep (ChainTransitionError c) ∷ TypeType #

Generic (LedgerView c) 
Instance details

Defined in Cardano.Protocol.TPraos.API

Associated Types

type Rep (LedgerView c) ∷ TypeType #

Methods

fromLedgerView c → Rep (LedgerView c) x #

toRep (LedgerView c) x → LedgerView c #

Generic (BHBody c) 
Instance details

Defined in Cardano.Protocol.TPraos.BHeader

Associated Types

type Rep (BHBody c) ∷ TypeType #

Methods

fromBHBody c → Rep (BHBody c) x #

toRep (BHBody c) x → BHBody c #

Generic (BHeader c) 
Instance details

Defined in Cardano.Protocol.TPraos.BHeader

Associated Types

type Rep (BHeader c) ∷ TypeType #

Methods

fromBHeader c → Rep (BHeader c) x #

toRep (BHeader c) x → BHeader c #

Generic (HashHeader c) 
Instance details

Defined in Cardano.Protocol.TPraos.BHeader

Associated Types

type Rep (HashHeader c) ∷ TypeType #

Methods

fromHashHeader c → Rep (HashHeader c) x #

toRep (HashHeader c) x → HashHeader c #

Generic (LastAppliedBlock c) 
Instance details

Defined in Cardano.Protocol.TPraos.BHeader

Associated Types

type Rep (LastAppliedBlock c) ∷ TypeType #

Generic (PrevHash c) 
Instance details

Defined in Cardano.Protocol.TPraos.BHeader

Associated Types

type Rep (PrevHash c) ∷ TypeType #

Methods

fromPrevHash c → Rep (PrevHash c) x #

toRep (PrevHash c) x → PrevHash c #

Generic (OCert c) 
Instance details

Defined in Cardano.Protocol.TPraos.OCert

Associated Types

type Rep (OCert c) ∷ TypeType #

Methods

fromOCert c → Rep (OCert c) x #

toRep (OCert c) x → OCert c #

Generic (OcertPredicateFailure c) 
Instance details

Defined in Cardano.Protocol.TPraos.Rules.OCert

Associated Types

type Rep (OcertPredicateFailure c) ∷ TypeType #

Generic (OBftSlot c) 
Instance details

Defined in Cardano.Protocol.TPraos.Rules.Overlay

Associated Types

type Rep (OBftSlot c) ∷ TypeType #

Methods

fromOBftSlot c → Rep (OBftSlot c) x #

toRep (OBftSlot c) x → OBftSlot c #

Generic (OverlayEnv c) 
Instance details

Defined in Cardano.Protocol.TPraos.Rules.Overlay

Associated Types

type Rep (OverlayEnv c) ∷ TypeType #

Methods

fromOverlayEnv c → Rep (OverlayEnv c) x #

toRep (OverlayEnv c) x → OverlayEnv c #

Generic (OverlayPredicateFailure c) 
Instance details

Defined in Cardano.Protocol.TPraos.Rules.Overlay

Associated Types

type Rep (OverlayPredicateFailure c) ∷ TypeType #

Generic (PrtclEnv c) 
Instance details

Defined in Cardano.Protocol.TPraos.Rules.Prtcl

Associated Types

type Rep (PrtclEnv c) ∷ TypeType #

Methods

fromPrtclEnv c → Rep (PrtclEnv c) x #

toRep (PrtclEnv c) x → PrtclEnv c #

Generic (PrtclPredicateFailure c) 
Instance details

Defined in Cardano.Protocol.TPraos.Rules.Prtcl

Associated Types

type Rep (PrtclPredicateFailure c) ∷ TypeType #

Generic (PrtclState c) 
Instance details

Defined in Cardano.Protocol.TPraos.Rules.Prtcl

Associated Types

type Rep (PrtclState c) ∷ TypeType #

Methods

fromPrtclState c → Rep (PrtclState c) x #

toRep (PrtclState c) x → PrtclState c #

Generic (PrtlSeqFailure c) 
Instance details

Defined in Cardano.Protocol.TPraos.Rules.Prtcl

Associated Types

type Rep (PrtlSeqFailure c) ∷ TypeType #

Methods

fromPrtlSeqFailure c → Rep (PrtlSeqFailure c) x #

toRep (PrtlSeqFailure c) x → PrtlSeqFailure c #

Generic (UpdnPredicateFailure c) 
Instance details

Defined in Cardano.Protocol.TPraos.Rules.Updn

Associated Types

type Rep (UpdnPredicateFailure c) ∷ TypeType #

Generic (WithOrigin t) 
Instance details

Defined in Cardano.Slotting.Slot

Associated Types

type Rep (WithOrigin t) ∷ TypeType #

Methods

fromWithOrigin t → Rep (WithOrigin t) x #

toRep (WithOrigin t) x → WithOrigin t #

Generic (StrictMaybe a) 
Instance details

Defined in Data.Maybe.Strict

Associated Types

type Rep (StrictMaybe a) ∷ TypeType #

Methods

fromStrictMaybe a → Rep (StrictMaybe a) x #

toRep (StrictMaybe a) x → StrictMaybe a #

Generic (Hash tag) 
Instance details

Defined in Cardano.Wallet.Primitive.Types.Hash

Associated Types

type Rep (Hash tag) ∷ TypeType #

Methods

fromHash tag → Rep (Hash tag) x #

toRep (Hash tag) x → Hash tag #

Generic (Flat a) 
Instance details

Defined in Cardano.Wallet.Primitive.Types.TokenMap

Associated Types

type Rep (Flat a) ∷ TypeType #

Methods

fromFlat a → Rep (Flat a) x #

toRep (Flat a) x → Flat a #

Generic (Nested a) 
Instance details

Defined in Cardano.Wallet.Primitive.Types.TokenMap

Associated Types

type Rep (Nested a) ∷ TypeType #

Methods

fromNested a → Rep (Nested a) x #

toRep (Nested a) x → Nested a #

Generic (ShowFmt a) 
Instance details

Defined in Cardano.Wallet.Util

Associated Types

type Rep (ShowFmt a) ∷ TypeType #

Methods

fromShowFmt a → Rep (ShowFmt a) x #

toRep (ShowFmt a) x → ShowFmt a #

Generic (BHeader era) 
Instance details

Defined in Cardano.Read.Ledger.Block.BHeader

Associated Types

type Rep (BHeader era) ∷ TypeType #

Methods

fromBHeader era → Rep (BHeader era) x #

toRep (BHeader era) x → BHeader era #

Generic (SCC vertex) 
Instance details

Defined in Data.Graph

Associated Types

type Rep (SCC vertex) ∷ TypeType #

Methods

fromSCC vertex → Rep (SCC vertex) x #

toRep (SCC vertex) x → SCC vertex #

Generic (Digit a) 
Instance details

Defined in Data.Sequence.Internal

Associated Types

type Rep (Digit a) ∷ TypeType #

Methods

fromDigit a → Rep (Digit a) x #

toRep (Digit a) x → Digit a #

Generic (Elem a) 
Instance details

Defined in Data.Sequence.Internal

Associated Types

type Rep (Elem a) ∷ TypeType #

Methods

fromElem a → Rep (Elem a) x #

toRep (Elem a) x → Elem a #

Generic (FingerTree a) 
Instance details

Defined in Data.Sequence.Internal

Associated Types

type Rep (FingerTree a) ∷ TypeType #

Methods

fromFingerTree a → Rep (FingerTree a) x #

toRep (FingerTree a) x → FingerTree a #

Generic (Node a) 
Instance details

Defined in Data.Sequence.Internal

Associated Types

type Rep (Node a) ∷ TypeType #

Methods

fromNode a → Rep (Node a) x #

toRep (Node a) x → Node a #

Generic (ViewL a) 
Instance details

Defined in Data.Sequence.Internal

Associated Types

type Rep (ViewL a) ∷ TypeType #

Methods

fromViewL a → Rep (ViewL a) x #

toRep (ViewL a) x → ViewL a #

Generic (ViewR a) 
Instance details

Defined in Data.Sequence.Internal

Associated Types

type Rep (ViewR a) ∷ TypeType #

Methods

fromViewR a → Rep (ViewR a) x #

toRep (ViewR a) x → ViewR a #

Generic (Tree a) 
Instance details

Defined in Data.Tree

Associated Types

type Rep (Tree a) ∷ TypeType #

Methods

fromTree a → Rep (Tree a) x #

toRep (Tree a) x → Tree a #

Generic (Fix f) 
Instance details

Defined in Data.Fix

Associated Types

type Rep (Fix f) ∷ TypeType #

Methods

fromFix f → Rep (Fix f) x #

toRep (Fix f) x → Fix f #

Generic (Digit a) 
Instance details

Defined in Data.FingerTree

Associated Types

type Rep (Digit a) ∷ TypeType #

Methods

from ∷ Digit a → Rep (Digit a) x #

toRep (Digit a) x → Digit a #

Generic (PostAligned a) 
Instance details

Defined in Flat.Filler

Associated Types

type Rep (PostAligned a) ∷ TypeType #

Methods

fromPostAligned a → Rep (PostAligned a) x #

toRep (PostAligned a) x → PostAligned a #

Generic (PreAligned a) 
Instance details

Defined in Flat.Filler

Associated Types

type Rep (PreAligned a) ∷ TypeType #

Methods

fromPreAligned a → Rep (PreAligned a) x #

toRep (PreAligned a) x → PreAligned a #

Generic (Handle h) 
Instance details

Defined in System.FS.API.Types

Associated Types

type Rep (Handle h) ∷ TypeType #

Methods

fromHandle h → Rep (Handle h) x #

toRep (Handle h) x → Handle h #

Generic a ⇒ Generic (FiniteEnumeration a) 
Instance details

Defined in Generic.Data.Internal.Generically

Associated Types

type Rep (FiniteEnumeration a) ∷ TypeType #

Generic a ⇒ Generic (GenericProduct a) 
Instance details

Defined in Generic.Data.Internal.Generically

Associated Types

type Rep (GenericProduct a) ∷ TypeType #

Methods

fromGenericProduct a → Rep (GenericProduct a) x #

toRep (GenericProduct a) x → GenericProduct a #

Generic (GenClosure b) 
Instance details

Defined in GHC.Exts.Heap.Closures

Associated Types

type Rep (GenClosure b) ∷ TypeType #

Methods

fromGenClosure b → Rep (GenClosure b) x #

toRep (GenClosure b) x → GenClosure b #

Generic (HistoriedResponse body) 
Instance details

Defined in Network.HTTP.Client

Associated Types

type Rep (HistoriedResponse body) ∷ TypeType #

Methods

fromHistoriedResponse body → Rep (HistoriedResponse body) x #

toRep (HistoriedResponse body) x → HistoriedResponse body #

Generic (Resources a) 
Instance details

Defined in Cardano.BM.Stats.Resources

Associated Types

type Rep (Resources a) ∷ TypeType #

Methods

fromResources a → Rep (Resources a) x #

toRep (Resources a) x → Resources a #

Generic (AddrRange a) 
Instance details

Defined in Data.IP.Range

Associated Types

type Rep (AddrRange a) ∷ TypeType #

Methods

fromAddrRange a → Rep (AddrRange a) x #

toRep (AddrRange a) x → AddrRange a #

Generic (Item a) 
Instance details

Defined in Katip.Core

Associated Types

type Rep (Item a) ∷ TypeType #

Methods

fromItem a → Rep (Item a) x #

toRep (Item a) x → Item a #

Generic (MaestroApiV1 route) 
Instance details

Defined in Maestro.API.V1

Associated Types

type Rep (MaestroApiV1 route) ∷ TypeType #

Methods

fromMaestroApiV1 route → Rep (MaestroApiV1 route) x #

toRep (MaestroApiV1 route) x → MaestroApiV1 route #

Generic (MaestroApiV1Auth route) 
Instance details

Defined in Maestro.API.V1

Associated Types

type Rep (MaestroApiV1Auth route) ∷ TypeType #

Methods

fromMaestroApiV1Auth route → Rep (MaestroApiV1Auth route) x #

toRep (MaestroApiV1Auth route) x → MaestroApiV1Auth route #

Generic (AccountsAPI route) 
Instance details

Defined in Maestro.API.V1.Accounts

Associated Types

type Rep (AccountsAPI route) ∷ TypeType #

Methods

fromAccountsAPI route → Rep (AccountsAPI route) x #

toRep (AccountsAPI route) x → AccountsAPI route #

Generic (AddressesAPI route) 
Instance details

Defined in Maestro.API.V1.Addresses

Associated Types

type Rep (AddressesAPI route) ∷ TypeType #

Methods

fromAddressesAPI route → Rep (AddressesAPI route) x #

toRep (AddressesAPI route) x → AddressesAPI route #

Generic (AssetsAPI route) 
Instance details

Defined in Maestro.API.V1.Assets

Associated Types

type Rep (AssetsAPI route) ∷ TypeType #

Methods

fromAssetsAPI route → Rep (AssetsAPI route) x #

toRep (AssetsAPI route) x → AssetsAPI route #

Generic (BlocksAPI route) 
Instance details

Defined in Maestro.API.V1.Blocks

Associated Types

type Rep (BlocksAPI route) ∷ TypeType #

Methods

fromBlocksAPI route → Rep (BlocksAPI route) x #

toRep (BlocksAPI route) x → BlocksAPI route #

Generic (DatumAPI route) 
Instance details

Defined in Maestro.API.V1.Datum

Associated Types

type Rep (DatumAPI route) ∷ TypeType #

Methods

fromDatumAPI route → Rep (DatumAPI route) x #

toRep (DatumAPI route) x → DatumAPI route #

Generic (DefiMarketsAPI route) 
Instance details

Defined in Maestro.API.V1.DefiMarkets

Associated Types

type Rep (DefiMarketsAPI route) ∷ TypeType #

Methods

fromDefiMarketsAPI route → Rep (DefiMarketsAPI route) x #

toRep (DefiMarketsAPI route) x → DefiMarketsAPI route #

Generic (GeneralAPI route) 
Instance details

Defined in Maestro.API.V1.General

Associated Types

type Rep (GeneralAPI route) ∷ TypeType #

Methods

fromGeneralAPI route → Rep (GeneralAPI route) x #

toRep (GeneralAPI route) x → GeneralAPI route #

Generic (PoolsAPI route) 
Instance details

Defined in Maestro.API.V1.Pools

Associated Types

type Rep (PoolsAPI route) ∷ TypeType #

Methods

fromPoolsAPI route → Rep (PoolsAPI route) x #

toRep (PoolsAPI route) x → PoolsAPI route #

Generic (TransactionsAPI route) 
Instance details

Defined in Maestro.API.V1.Transactions

Associated Types

type Rep (TransactionsAPI route) ∷ TypeType #

Methods

fromTransactionsAPI route → Rep (TransactionsAPI route) x #

toRep (TransactionsAPI route) x → TransactionsAPI route #

Generic (TxManagerAPI route) 
Instance details

Defined in Maestro.API.V1.TxManager

Associated Types

type Rep (TxManagerAPI route) ∷ TypeType #

Methods

fromTxManagerAPI route → Rep (TxManagerAPI route) x #

toRep (TxManagerAPI route) x → TxManagerAPI route #

Generic (Bech32StringOf a) 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep (Bech32StringOf a) ∷ TypeType #

Methods

fromBech32StringOf a → Rep (Bech32StringOf a) x #

toRep (Bech32StringOf a) x → Bech32StringOf a #

Generic (HashStringOf a) 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep (HashStringOf a) ∷ TypeType #

Methods

fromHashStringOf a → Rep (HashStringOf a) x #

toRep (HashStringOf a) x → HashStringOf a #

Generic (HexStringOf a) 
Instance details

Defined in Maestro.Types.Common

Associated Types

type Rep (HexStringOf a) ∷ TypeType #

Methods

fromHexStringOf a → Rep (HexStringOf a) x #

toRep (HexStringOf a) x → HexStringOf a #

Generic (TaggedText description) 
Instance details

Defined in Maestro.Types.V1.Common

Associated Types

type Rep (TaggedText description) ∷ TypeType #

Methods

fromTaggedText description → Rep (TaggedText description) x #

toRep (TaggedText description) x → TaggedText description #

Generic (MemoryCpuWith i) 
Instance details

Defined in Maestro.Types.V1.General

Associated Types

type Rep (MemoryCpuWith i) ∷ TypeType #

Methods

fromMemoryCpuWith i → Rep (MemoryCpuWith i) x #

toRep (MemoryCpuWith i) x → MemoryCpuWith i #

Generic (Root a) 
Instance details

Defined in Numeric.RootFinding

Associated Types

type Rep (Root a) ∷ TypeType #

Methods

fromRoot a → Rep (Root a) x #

toRep (Root a) x → Root a #

Generic (ErrorFancy e) 
Instance details

Defined in Text.Megaparsec.Error

Associated Types

type Rep (ErrorFancy e) ∷ TypeType #

Methods

fromErrorFancy e → Rep (ErrorFancy e) x #

toRep (ErrorFancy e) x → ErrorFancy e #

Generic (ErrorItem t) 
Instance details

Defined in Text.Megaparsec.Error

Associated Types

type Rep (ErrorItem t) ∷ TypeType #

Methods

fromErrorItem t → Rep (ErrorItem t) x #

toRep (ErrorItem t) x → ErrorItem t #

Generic (PosState s) 
Instance details

Defined in Text.Megaparsec.State

Associated Types

type Rep (PosState s) ∷ TypeType #

Methods

fromPosState s → Rep (PosState s) x #

toRep (PosState s) x → PosState s #

Generic (OAuth2Flow p) 
Instance details

Defined in Data.OpenApi.Internal

Associated Types

type Rep (OAuth2Flow p) ∷ TypeType #

Methods

fromOAuth2Flow p → Rep (OAuth2Flow p) x #

toRep (OAuth2Flow p) x → OAuth2Flow p #

Generic (Header ByronBlock) 
Instance details

Defined in Ouroboros.Consensus.Byron.Ledger.Block

Associated Types

type Rep (Header ByronBlock) ∷ TypeType #

Generic (Header (ShelleyBlock proto era)) 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Block

Associated Types

type Rep (Header (ShelleyBlock proto era)) ∷ TypeType #

Methods

fromHeader (ShelleyBlock proto era) → Rep (Header (ShelleyBlock proto era)) x #

toRep (Header (ShelleyBlock proto era)) x → Header (ShelleyBlock proto era) #

Generic (RealPoint blk) 
Instance details

Defined in Ouroboros.Consensus.Block.RealPoint

Associated Types

type Rep (RealPoint blk) ∷ TypeType #

Methods

fromRealPoint blk → Rep (RealPoint blk) x #

toRep (RealPoint blk) x → RealPoint blk #

Generic (SelectViewTentativeState proto) 
Instance details

Defined in Ouroboros.Consensus.Block.SupportsDiffusionPipelining

Associated Types

type Rep (SelectViewTentativeState proto) ∷ TypeType #

Generic (CheckpointsMap blk) 
Instance details

Defined in Ouroboros.Consensus.Config

Associated Types

type Rep (CheckpointsMap blk) ∷ TypeType #

Methods

fromCheckpointsMap blk → Rep (CheckpointsMap blk) x #

toRep (CheckpointsMap blk) x → CheckpointsMap blk #

Generic (TopLevelConfig blk) 
Instance details

Defined in Ouroboros.Consensus.Config

Associated Types

type Rep (TopLevelConfig blk) ∷ TypeType #

Methods

fromTopLevelConfig blk → Rep (TopLevelConfig blk) x #

toRep (TopLevelConfig blk) x → TopLevelConfig blk #

Generic (HardForkLedgerConfig xs) 
Instance details

Defined in Ouroboros.Consensus.HardFork.Combinator.Basics

Associated Types

type Rep (HardForkLedgerConfig xs) ∷ TypeType #

Generic (SingleEraInfo blk) 
Instance details

Defined in Ouroboros.Consensus.HardFork.Combinator.Info

Associated Types

type Rep (SingleEraInfo blk) ∷ TypeType #

Methods

fromSingleEraInfo blk → Rep (SingleEraInfo blk) x #

toRep (SingleEraInfo blk) x → SingleEraInfo blk #

Generic (HardForkEnvelopeErr xs) 
Instance details

Defined in Ouroboros.Consensus.HardFork.Combinator.Ledger

Associated Types

type Rep (HardForkEnvelopeErr xs) ∷ TypeType #

Generic (HardForkLedgerError xs) 
Instance details

Defined in Ouroboros.Consensus.HardFork.Combinator.Ledger

Associated Types

type Rep (HardForkLedgerError xs) ∷ TypeType #

Generic (HardForkApplyTxErr xs) 
Instance details

Defined in Ouroboros.Consensus.HardFork.Combinator.Mempool

Associated Types

type Rep (HardForkApplyTxErr xs) ∷ TypeType #

Generic (HardForkValidationErr xs) 
Instance details

Defined in Ouroboros.Consensus.HardFork.Combinator.Protocol

Associated Types

type Rep (HardForkValidationErr xs) ∷ TypeType #

Generic (HeaderStateHistory blk) 
Instance details

Defined in Ouroboros.Consensus.HeaderStateHistory

Associated Types

type Rep (HeaderStateHistory blk) ∷ TypeType #

Generic (HeaderStateWithTime blk) 
Instance details

Defined in Ouroboros.Consensus.HeaderStateHistory

Associated Types

type Rep (HeaderStateWithTime blk) ∷ TypeType #

Generic (AnnTip blk) 
Instance details

Defined in Ouroboros.Consensus.HeaderValidation

Associated Types

type Rep (AnnTip blk) ∷ TypeType #

Methods

fromAnnTip blk → Rep (AnnTip blk) x #

toRep (AnnTip blk) x → AnnTip blk #

Generic (HeaderEnvelopeError blk) 
Instance details

Defined in Ouroboros.Consensus.HeaderValidation

Associated Types

type Rep (HeaderEnvelopeError blk) ∷ TypeType #

Generic (HeaderError blk) 
Instance details

Defined in Ouroboros.Consensus.HeaderValidation

Associated Types

type Rep (HeaderError blk) ∷ TypeType #

Methods

fromHeaderError blk → Rep (HeaderError blk) x #

toRep (HeaderError blk) x → HeaderError blk #

Generic (HeaderState blk) 
Instance details

Defined in Ouroboros.Consensus.HeaderValidation

Associated Types

type Rep (HeaderState blk) ∷ TypeType #

Methods

fromHeaderState blk → Rep (HeaderState blk) x #

toRep (HeaderState blk) x → HeaderState blk #

Generic (TipInfoIsEBB blk) 
Instance details

Defined in Ouroboros.Consensus.HeaderValidation

Associated Types

type Rep (TipInfoIsEBB blk) ∷ TypeType #

Methods

fromTipInfoIsEBB blk → Rep (TipInfoIsEBB blk) x #

toRep (TipInfoIsEBB blk) x → TipInfoIsEBB blk #

Generic (ExtLedgerCfg blk) 
Instance details

Defined in Ouroboros.Consensus.Ledger.Extended

Associated Types

type Rep (ExtLedgerCfg blk) ∷ TypeType #

Methods

fromExtLedgerCfg blk → Rep (ExtLedgerCfg blk) x #

toRep (ExtLedgerCfg blk) x → ExtLedgerCfg blk #

Generic (ExtLedgerState blk) 
Instance details

Defined in Ouroboros.Consensus.Ledger.Extended

Associated Types

type Rep (ExtLedgerState blk) ∷ TypeType #

Methods

fromExtLedgerState blk → Rep (ExtLedgerState blk) x #

toRep (ExtLedgerState blk) x → ExtLedgerState blk #

Generic (ExtValidationError blk) 
Instance details

Defined in Ouroboros.Consensus.Ledger.Extended

Associated Types

type Rep (ExtValidationError blk) ∷ TypeType #

Generic (InternalState blk) 
Instance details

Defined in Ouroboros.Consensus.Mempool.Impl.Common

Associated Types

type Rep (InternalState blk) ∷ TypeType #

Methods

fromInternalState blk → Rep (InternalState blk) x #

toRep (InternalState blk) x → InternalState blk #

Generic (Idling m) 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client

Associated Types

type Rep (Idling m) ∷ TypeType #

Methods

from ∷ Idling m → Rep (Idling m) x #

toRep (Idling m) x → Idling m #

Generic (KnownIntersectionState blk) 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client

Associated Types

type Rep (KnownIntersectionState blk) ∷ TypeType #

Methods

from ∷ KnownIntersectionState blk → Rep (KnownIntersectionState blk) x #

toRep (KnownIntersectionState blk) x → KnownIntersectionState blk #

Generic (LoPBucket m) 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client

Associated Types

type Rep (LoPBucket m) ∷ TypeType #

Methods

from ∷ LoPBucket m → Rep (LoPBucket m) x #

toRep (LoPBucket m) x → LoPBucket m #

Generic (UnknownIntersectionState blk) 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client

Associated Types

type Rep (UnknownIntersectionState blk) ∷ TypeType #

Methods

from ∷ UnknownIntersectionState blk → Rep (UnknownIntersectionState blk) x #

toRep (UnknownIntersectionState blk) x → UnknownIntersectionState blk #

Generic (Instruction blk) 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client.Jumping

Associated Types

type Rep (Instruction blk) ∷ TypeType #

Methods

fromInstruction blk → Rep (Instruction blk) x #

toRep (Instruction blk) x → Instruction blk #

Generic (JumpInstruction blk) 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client.Jumping

Associated Types

type Rep (JumpInstruction blk) ∷ TypeType #

Methods

fromJumpInstruction blk → Rep (JumpInstruction blk) x #

toRep (JumpInstruction blk) x → JumpInstruction blk #

Generic (JumpResult blk) 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client.Jumping

Associated Types

type Rep (JumpResult blk) ∷ TypeType #

Methods

fromJumpResult blk → Rep (JumpResult blk) x #

toRep (JumpResult blk) x → JumpResult blk #

Generic (ChainSyncJumpingJumperState blk) 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client.State

Associated Types

type Rep (ChainSyncJumpingJumperState blk) ∷ TypeType #

Generic (ChainSyncState blk) 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client.State

Associated Types

type Rep (ChainSyncState blk) ∷ TypeType #

Methods

fromChainSyncState blk → Rep (ChainSyncState blk) x #

toRep (ChainSyncState blk) x → ChainSyncState blk #

Generic (DynamoInitState blk) 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client.State

Associated Types

type Rep (DynamoInitState blk) ∷ TypeType #

Methods

fromDynamoInitState blk → Rep (DynamoInitState blk) x #

toRep (DynamoInitState blk) x → DynamoInitState blk #

Generic (JumpInfo blk) 
Instance details

Defined in Ouroboros.Consensus.MiniProtocol.ChainSync.Client.State

Associated Types

type Rep (JumpInfo blk) ∷ TypeType #

Methods

fromJumpInfo blk → Rep (JumpInfo blk) x #

toRep (JumpInfo blk) x → JumpInfo blk #

Generic (ConsensusConfig (HardForkProtocol xs)) 
Instance details

Defined in Ouroboros.Consensus.HardFork.Combinator.Basics

Associated Types

type Rep (ConsensusConfig (HardForkProtocol xs)) ∷ TypeType #

Generic (ConsensusConfig (Bft c)) 
Instance details

Defined in Ouroboros.Consensus.Protocol.BFT

Associated Types

type Rep (ConsensusConfig (Bft c)) ∷ TypeType #

Methods

fromConsensusConfig (Bft c) → Rep (ConsensusConfig (Bft c)) x #

toRep (ConsensusConfig (Bft c)) x → ConsensusConfig (Bft c) #

Generic (ConsensusConfig (PBft c)) 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT

Associated Types

type Rep (ConsensusConfig (PBft c)) ∷ TypeType #

Generic (ConsensusConfig (Praos c)) 
Instance details

Defined in Ouroboros.Consensus.Protocol.Praos

Associated Types

type Rep (ConsensusConfig (Praos c)) ∷ TypeType #

Generic (ConsensusConfig (TPraos c)) 
Instance details

Defined in Ouroboros.Consensus.Protocol.TPraos

Associated Types

type Rep (ConsensusConfig (TPraos c)) ∷ TypeType #

Generic (PBftCanBeLeader c) 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT

Associated Types

type Rep (PBftCanBeLeader c) ∷ TypeType #

Generic (PBftCannotForge c) 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT

Associated Types

type Rep (PBftCannotForge c) ∷ TypeType #

Generic (PBftIsLeader c) 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT

Associated Types

type Rep (PBftIsLeader c) ∷ TypeType #

Methods

fromPBftIsLeader c → Rep (PBftIsLeader c) x #

toRep (PBftIsLeader c) x → PBftIsLeader c #

Generic (PBftLedgerView c) 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT

Associated Types

type Rep (PBftLedgerView c) ∷ TypeType #

Methods

fromPBftLedgerView c → Rep (PBftLedgerView c) x #

toRep (PBftLedgerView c) x → PBftLedgerView c #

Generic (PBftValidationErr c) 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT

Associated Types

type Rep (PBftValidationErr c) ∷ TypeType #

Generic (PBftSigner c) 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT.State

Associated Types

type Rep (PBftSigner c) ∷ TypeType #

Methods

fromPBftSigner c → Rep (PBftSigner c) x #

toRep (PBftSigner c) x → PBftSigner c #

Generic (PBftState c) 
Instance details

Defined in Ouroboros.Consensus.Protocol.PBFT.State

Associated Types

type Rep (PBftState c) ∷ TypeType #

Methods

fromPBftState c → Rep (PBftState c) x #

toRep (PBftState c) x → PBftState c #

Generic (InvalidBlockReason blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.API

Associated Types

type Rep (InvalidBlockReason blk) ∷ TypeType #

Generic (LoE a) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.API

Associated Types

type Rep (LoE a) ∷ TypeType #

Methods

fromLoE a → Rep (LoE a) x #

toRep (LoE a) x → LoE a #

Generic (InImmutableDBEnd blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Iterator

Associated Types

type Rep (InImmutableDBEnd blk) ∷ TypeType #

Methods

from ∷ InImmutableDBEnd blk → Rep (InImmutableDBEnd blk) x #

toRep (InImmutableDBEnd blk) x → InImmutableDBEnd blk #

Generic (FollowerRollState blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (FollowerRollState blk) ∷ TypeType #

Methods

fromFollowerRollState blk → Rep (FollowerRollState blk) x #

toRep (FollowerRollState blk) x → FollowerRollState blk #

Generic (InvalidBlockInfo blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (InvalidBlockInfo blk) ∷ TypeType #

Methods

fromInvalidBlockInfo blk → Rep (InvalidBlockInfo blk) x #

toRep (InvalidBlockInfo blk) x → InvalidBlockInfo blk #

Generic (SelectionChangedInfo blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (SelectionChangedInfo blk) ∷ TypeType #

Generic (TraceAddBlockEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (TraceAddBlockEvent blk) ∷ TypeType #

Generic (TraceCopyToImmutableDBEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (TraceCopyToImmutableDBEvent blk) ∷ TypeType #

Generic (TraceEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (TraceEvent blk) ∷ TypeType #

Methods

fromTraceEvent blk → Rep (TraceEvent blk) x #

toRep (TraceEvent blk) x → TraceEvent blk #

Generic (TraceFollowerEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (TraceFollowerEvent blk) ∷ TypeType #

Generic (TraceGCEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (TraceGCEvent blk) ∷ TypeType #

Methods

fromTraceGCEvent blk → Rep (TraceGCEvent blk) x #

toRep (TraceGCEvent blk) x → TraceGCEvent blk #

Generic (TraceInitChainSelEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (TraceInitChainSelEvent blk) ∷ TypeType #

Generic (TraceIteratorEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (TraceIteratorEvent blk) ∷ TypeType #

Generic (TraceOpenEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (TraceOpenEvent blk) ∷ TypeType #

Methods

fromTraceOpenEvent blk → Rep (TraceOpenEvent blk) x #

toRep (TraceOpenEvent blk) x → TraceOpenEvent blk #

Generic (TraceValidationEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ChainDB.Impl.Types

Associated Types

type Rep (TraceValidationEvent blk) ∷ TypeType #

Generic (StreamFrom blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.Common

Associated Types

type Rep (StreamFrom blk) ∷ TypeType #

Methods

fromStreamFrom blk → Rep (StreamFrom blk) x #

toRep (StreamFrom blk) x → StreamFrom blk #

Generic (StreamTo blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.Common

Associated Types

type Rep (StreamTo blk) ∷ TypeType #

Methods

fromStreamTo blk → Rep (StreamTo blk) x #

toRep (StreamTo blk) x → StreamTo blk #

Generic (ImmutableDBError blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.API

Associated Types

type Rep (ImmutableDBError blk) ∷ TypeType #

Methods

fromImmutableDBError blk → Rep (ImmutableDBError blk) x #

toRep (ImmutableDBError blk) x → ImmutableDBError blk #

Generic (IteratorResult b) 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.API

Associated Types

type Rep (IteratorResult b) ∷ TypeType #

Methods

fromIteratorResult b → Rep (IteratorResult b) x #

toRep (IteratorResult b) x → IteratorResult b #

Generic (MissingBlock blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.API

Associated Types

type Rep (MissingBlock blk) ∷ TypeType #

Methods

fromMissingBlock blk → Rep (MissingBlock blk) x #

toRep (MissingBlock blk) x → MissingBlock blk #

Generic (Tip blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.API

Associated Types

type Rep (Tip blk) ∷ TypeType #

Methods

fromTip blk → Rep (Tip blk) x #

toRep (Tip blk) x → Tip blk #

Generic (Cached blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Impl.Index.Cache

Associated Types

type Rep (Cached blk) ∷ TypeType #

Methods

from ∷ Cached blk → Rep (Cached blk) x #

toRep (Cached blk) x → Cached blk #

Generic (CurrentChunkInfo blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Impl.Index.Cache

Associated Types

type Rep (CurrentChunkInfo blk) ∷ TypeType #

Methods

from ∷ CurrentChunkInfo blk → Rep (CurrentChunkInfo blk) x #

toRep (CurrentChunkInfo blk) x → CurrentChunkInfo blk #

Generic (PastChunkInfo blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Impl.Index.Cache

Associated Types

type Rep (PastChunkInfo blk) ∷ TypeType #

Methods

from ∷ PastChunkInfo blk → Rep (PastChunkInfo blk) x #

toRep (PastChunkInfo blk) x → PastChunkInfo blk #

Generic (Entry blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Impl.Index.Secondary

Associated Types

type Rep (Entry blk) ∷ TypeType #

Methods

fromEntry blk → Rep (Entry blk) x #

toRep (Entry blk) x → Entry blk #

Generic (TraceEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Impl.Types

Associated Types

type Rep (TraceEvent blk) ∷ TypeType #

Methods

fromTraceEvent blk → Rep (TraceEvent blk) x #

toRep (TraceEvent blk) x → TraceEvent blk #

Generic (WithBlockSize a) 
Instance details

Defined in Ouroboros.Consensus.Storage.ImmutableDB.Impl.Types

Associated Types

type Rep (WithBlockSize a) ∷ TypeType #

Methods

fromWithBlockSize a → Rep (WithBlockSize a) x #

toRep (WithBlockSize a) x → WithBlockSize a #

Generic (InitLog blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.LedgerDB.Init

Associated Types

type Rep (InitLog blk) ∷ TypeType #

Methods

fromInitLog blk → Rep (InitLog blk) x #

toRep (InitLog blk) x → InitLog blk #

Generic (TraceReplayEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.LedgerDB.Init

Associated Types

type Rep (TraceReplayEvent blk) ∷ TypeType #

Methods

fromTraceReplayEvent blk → Rep (TraceReplayEvent blk) x #

toRep (TraceReplayEvent blk) x → TraceReplayEvent blk #

Generic (Checkpoint l) 
Instance details

Defined in Ouroboros.Consensus.Storage.LedgerDB.LedgerDB

Associated Types

type Rep (Checkpoint l) ∷ TypeType #

Methods

fromCheckpoint l → Rep (Checkpoint l) x #

toRep (Checkpoint l) x → Checkpoint l #

Generic (LedgerDB l) 
Instance details

Defined in Ouroboros.Consensus.Storage.LedgerDB.LedgerDB

Associated Types

type Rep (LedgerDB l) ∷ TypeType #

Methods

fromLedgerDB l → Rep (LedgerDB l) x #

toRep (LedgerDB l) x → LedgerDB l #

Generic (LedgerDbCfg l) 
Instance details

Defined in Ouroboros.Consensus.Storage.LedgerDB.LedgerDB

Associated Types

type Rep (LedgerDbCfg l) ∷ TypeType #

Methods

fromLedgerDbCfg l → Rep (LedgerDbCfg l) x #

toRep (LedgerDbCfg l) x → LedgerDbCfg l #

Generic (SnapshotFailure blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.LedgerDB.Snapshots

Associated Types

type Rep (SnapshotFailure blk) ∷ TypeType #

Methods

fromSnapshotFailure blk → Rep (SnapshotFailure blk) x #

toRep (SnapshotFailure blk) x → SnapshotFailure blk #

Generic (TraceSnapshotEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.LedgerDB.Snapshots

Associated Types

type Rep (TraceSnapshotEvent blk) ∷ TypeType #

Generic (UpdateLedgerDbTraceEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.LedgerDB.Update

Associated Types

type Rep (UpdateLedgerDbTraceEvent blk) ∷ TypeType #

Generic (BlockInfo blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.VolatileDB.API

Associated Types

type Rep (BlockInfo blk) ∷ TypeType #

Methods

fromBlockInfo blk → Rep (BlockInfo blk) x #

toRep (BlockInfo blk) x → BlockInfo blk #

Generic (FileInfo blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.VolatileDB.Impl.FileInfo

Associated Types

type Rep (FileInfo blk) ∷ TypeType #

Methods

fromFileInfo blk → Rep (FileInfo blk) x #

toRep (FileInfo blk) x → FileInfo blk #

Generic (Index blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.VolatileDB.Impl.Index

Associated Types

type Rep (Index blk) ∷ TypeType #

Methods

fromIndex blk → Rep (Index blk) x #

toRep (Index blk) x → Index blk #

Generic (InternalBlockInfo blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.VolatileDB.Impl.Types

Associated Types

type Rep (InternalBlockInfo blk) ∷ TypeType #

Methods

fromInternalBlockInfo blk → Rep (InternalBlockInfo blk) x #

toRep (InternalBlockInfo blk) x → InternalBlockInfo blk #

Generic (TraceEvent blk) 
Instance details

Defined in Ouroboros.Consensus.Storage.VolatileDB.Impl.Types

Associated Types

type Rep (TraceEvent blk) ∷ TypeType #

Methods

fromTraceEvent blk → Rep (TraceEvent blk) x #

toRep (TraceEvent blk) x → TraceEvent blk #

Generic (Fuse m) 
Instance details

Defined in Ouroboros.Consensus.Util

Associated Types

type Rep (Fuse m) ∷ TypeType #

Methods

fromFuse m → Rep (Fuse m) x #

toRep (Fuse m) x → Fuse m #

Generic (Config m) 
Instance details

Defined in Ouroboros.Consensus.Util.LeakyBucket

Associated Types

type Rep (Config m) ∷ TypeType #

Methods

fromConfig m → Rep (Config m) x #

toRep (Config m) x → Config m #

Generic (State m) 
Instance details

Defined in Ouroboros.Consensus.Util.LeakyBucket