purescript-corefn 0.1.4

A parser for PureScript's corefn JSON representation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# purescript-corefn.rs

A parser for [PureScript](https://github.com/purescript/purescript)'s corefn
JSON representation.

## Usage

The library exposes one function:

    pub fn from_str(str: &str) -> Result<Module, serde_json::Error>

and a bunch of structs and enums representing the corefn structure.

See [docs](https://docs.rs/purescript-corefn) for more details.