Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.Api.Internal.Orphans.Misc
Contents
Orphan instances
Data CharPosition Source # | |||||
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CharPosition -> c CharPosition Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CharPosition Source # toConstr :: CharPosition -> Constr Source # dataTypeOf :: CharPosition -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CharPosition) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CharPosition) Source # gmapT :: (forall b. Data b => b -> b) -> CharPosition -> CharPosition Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CharPosition -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CharPosition -> r Source # gmapQ :: (forall d. Data d => d -> u) -> CharPosition -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> CharPosition -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> CharPosition -> m CharPosition Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CharPosition -> m CharPosition Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CharPosition -> m CharPosition Source # | |||||
Data DecodingError Source # | |||||
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DecodingError -> c DecodingError Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DecodingError Source # toConstr :: DecodingError -> Constr Source # dataTypeOf :: DecodingError -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DecodingError) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DecodingError) Source # gmapT :: (forall b. Data b => b -> b) -> DecodingError -> DecodingError Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DecodingError -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DecodingError -> r Source # gmapQ :: (forall d. Data d => d -> u) -> DecodingError -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> DecodingError -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> DecodingError -> m DecodingError Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DecodingError -> m DecodingError Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DecodingError -> m DecodingError Source # | |||||
Data DecoderError Source # | |||||
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DecoderError -> c DecoderError Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DecoderError Source # toConstr :: DecoderError -> Constr Source # dataTypeOf :: DecoderError -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DecoderError) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DecoderError) Source # gmapT :: (forall b. Data b => b -> b) -> DecoderError -> DecoderError Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DecoderError -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DecoderError -> r Source # gmapQ :: (forall d. Data d => d -> u) -> DecoderError -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> DecoderError -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> DecoderError -> m DecoderError Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DecoderError -> m DecoderError Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DecoderError -> m DecoderError Source # | |||||
Data DeserialiseFailure Source # | |||||
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeserialiseFailure -> c DeserialiseFailure Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeserialiseFailure Source # toConstr :: DeserialiseFailure -> Constr Source # dataTypeOf :: DeserialiseFailure -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeserialiseFailure) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeserialiseFailure) Source # gmapT :: (forall b. Data b => b -> b) -> DeserialiseFailure -> DeserialiseFailure Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeserialiseFailure -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeserialiseFailure -> r Source # gmapQ :: (forall d. Data d => d -> u) -> DeserialiseFailure -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> DeserialiseFailure -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeserialiseFailure -> m DeserialiseFailure Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeserialiseFailure -> m DeserialiseFailure Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeserialiseFailure -> m DeserialiseFailure Source # | |||||
Num Coin Source # | |||||
Integral Coin Source # | |||||
Real Coin Source # | These instances originally existed on the Lovelace type. As the Lovelace type is deleted and we use L.Coin instead, these instances are added to L.Coin. The instances are purely for the convenience of writing expressions involving L.Coin but be aware that not all uses of these typeclasses are valid. | ||||
Methods toRational :: Coin -> Rational Source # | |||||
Pretty Error Source # | |||||
Semigroup (AlonzoPParams StrictMaybe era) Source # | |||||
Methods (<>) :: AlonzoPParams StrictMaybe era -> AlonzoPParams StrictMaybe era -> AlonzoPParams StrictMaybe era Source # sconcat :: NonEmpty (AlonzoPParams StrictMaybe era) -> AlonzoPParams StrictMaybe era Source # stimes :: Integral b => b -> AlonzoPParams StrictMaybe era -> AlonzoPParams StrictMaybe era Source # | |||||
Semigroup (BabbagePParams StrictMaybe era) Source # | |||||
Methods (<>) :: BabbagePParams StrictMaybe era -> BabbagePParams StrictMaybe era -> BabbagePParams StrictMaybe era Source # sconcat :: NonEmpty (BabbagePParams StrictMaybe era) -> BabbagePParams StrictMaybe era Source # stimes :: Integral b => b -> BabbagePParams StrictMaybe era -> BabbagePParams StrictMaybe era Source # | |||||
Semigroup (ConwayPParams StrictMaybe era) Source # | |||||
Methods (<>) :: ConwayPParams StrictMaybe era -> ConwayPParams StrictMaybe era -> ConwayPParams StrictMaybe era Source # sconcat :: NonEmpty (ConwayPParams StrictMaybe era) -> ConwayPParams StrictMaybe era Source # stimes :: Integral b => b -> ConwayPParams StrictMaybe era -> ConwayPParams StrictMaybe era Source # | |||||
Semigroup (ShelleyPParams StrictMaybe era) Source # | |||||
Methods (<>) :: ShelleyPParams StrictMaybe era -> ShelleyPParams StrictMaybe era -> ShelleyPParams StrictMaybe era Source # sconcat :: NonEmpty (ShelleyPParams StrictMaybe era) -> ShelleyPParams StrictMaybe era Source # stimes :: Integral b => b -> ShelleyPParams StrictMaybe era -> ShelleyPParams StrictMaybe era Source # | |||||
IsList (ListMap k a) Source # | |||||
Associated Types
|