package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t = {
  1. parse_exn : 'a -> 'b;
  2. unparse : 'b -> 'a;
}

Abstraction used heavily in this module to parse/unparse from 'a to 'b

OCaml

Innovation. Community. Security.