aantron / promise

Light and type-safe binding to JS promises
MIT License
341 stars 24 forks source link

Example for reason syntax with letop #76

Open rauanmayemir opened 2 years ago

rauanmayemir commented 2 years ago

Reason started supporting let* and let+ operators in latest release and thanks to melange we can use it in latest ocaml and ultimately bucklescript.

I'd like to request a promise helper module that could help transform the use of pipes to a 'procedural' approach.