Module

MeowClient.Utils

Package
purescript-meowclient
Repository
userfriendanonymous/purescript-meowclient

#RightF Source

type RightF = forall l r. r -> Either l r

#LeftF Source

type LeftF = forall l r. l -> Either l r

#TupleF Source

type TupleF = forall l r. l -> r -> Tuple l r

#EffPromise Source

#mapLeft Source

mapLeft :: forall l r l2. (l -> l2) -> Either l r -> Either l2 r

#decodeJsErrorOrJson Source

#toAffDecodeResult Source