Module

Node.Express.Internal.Utils

Package
purescript-express
Repository
dancingrobot84/purescript-express

#eitherToMaybe Source

eitherToMaybe :: forall e a. Either e a -> Maybe a

#nextWithError Source

nextWithError :: forall a e. Fn2 (ExpressM e Unit) Error (ExpressM e a)