Module

Data.CBOR

Package
purescript-cbor-stream
Repository
cakekindel/purescript-cbor-stream

#applyEither Source

applyEither :: forall e a b. Semigroup e => Either e (a -> b) -> Either e a -> Either e b

#exceptTApply Source

exceptTApply :: forall a b e m. Semigroup e => Applicative m => ExceptT e m (a -> b) -> ExceptT e m a -> ExceptT e m b

#ReadCBORFields Source

class ReadCBORFields :: RowList Type -> Row Type -> Row Type -> Constraintclass ReadCBORFields (xs :: RowList Type) (from :: Row Type) (to :: Row Type) | xs -> from to where

Members

Instances

#WriteCBORFields Source

class WriteCBORFields :: RowList Type -> Row Type -> Row Type -> Row Type -> Constraintclass WriteCBORFields (rl :: RowList Type) row (from :: Row Type) (to :: Row Type) | rl -> row from to where

Members

Instances