Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.
/ ppx_let Public archive

This is an npm package which wraps opam-installed ppx_let package for use with BuckleScript

Notifications You must be signed in to change notification settings

andreypopp/ppx_let

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ppx_let wrapper for use with BuckleScript

This is an npm package which wraps opam-installed ppx_let package for use with BuckleScript.

Usage

Make sure you have opam installed and install ppx_let opam package:

opam install ppx_let

Install andreypopp/ppx_let:

npm install andreypopp/ppx_let

Add these lines to bsconfig.json:

...
"ppx-flags": [
  "ppx_let/ppx"
],
...

Now you can write monadic code (hint: useful with a Js.Promise.t!).

About

This is an npm package which wraps opam-installed ppx_let package for use with BuckleScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published