cardano-ledger-shelley-0.1.0.0
Safe Haskell None
Language Haskell2010

Cardano.Ledger.Shelley.Constraints

Synopsis

Documentation

type TransValue (c :: Type -> Constraint ) era = ( Era era, Compactible ( Value era), c ( Value era)) Source #

Apply c to all the types transitively involved with Value when (Core.Value era) is an instance of Compactible