Module

Effect.Postgres.Error

Package
purescript-postgresql
Repository
cakekindel/purescript-postgresql

Re-exports from Effect.Postgres.Error.Common

#toException' Source

#toException Source

Re-exports from Effect.Postgres.Error.Except

#Except Source

type Except :: (Type -> Type) -> Type -> Typetype Except m = ExceptT E m

Re-exports from Effect.Postgres.Error.RE

#RE Source

newtype RE :: Type -> (Type -> Type) -> Type -> Typenewtype RE r m a

ReaderT with ExceptT E

ReaderT r (ExceptT (NonEmptyList Effect.Postgres.Error.Error) m) a

Constructors

Instances

#ParRE Source

newtype ParRE :: Type -> (Type -> Type) -> Type -> Typenewtype ParRE r f a

Constructors

Instances