purescript-corefn 0.3.0

A parser for PureScript's corefn JSON representation.
Documentation

purescript-corefn.rs

A parser for 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 for more details.