Module

Control.Monad.Promise.Nonstandard

Package
purescript-promises
Repository
thimoteus/purescript-promises

#done Source

done :: forall c a r. (a -> Eff r c) -> (Error -> Eff r c) -> (Deferred => Promise r a) -> Eff r Unit

#finally Source

finally :: forall a r. Deferred => Promise r a -> Eff r Unit -> Promise r a