Module

Node.Restify.Internal.Utils

Package
purescript-restify
Repository
freqlabs/purescript-restify

#eitherToMaybe Source

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

#nextWithError Source

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