Package

purescript-aff-promise

Repository
nwolverson/purescript-aff-promise
License
MIT
Uploaded by
icyrockcom
Published on
2017-04-08T13:17:58Z

Simple library for interop between Aff and JavaScript promises.

No typeclass instances etc are provided to use Promises directly - the intention is that your PureScript code uses Aff internally, and is only wrapped as a Promise to present an API for consumption in JavaScript code (and vice versa).

Documentation is available on Pursuit.

Modules
Control.Promise
Dependencies