Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class EraCast (f :: Type -> Type ) where Source #
eraCast :: ( IsCardanoEra fromEra, IsCardanoEra toEra) => CardanoEra toEra -> f fromEra -> Either EraCastError (f toEra) Source #
Instances
data EraCastError Source #
forall fromEra toEra value.( IsCardanoEra fromEra, IsCardanoEra toEra, Show value) => EraCastError | |
|