package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = {
  1. result : 'a;
  2. remaining : Components.t;
}

result is the result of the parsing operation. remaining is whatever components were left unparsed after parsing was completed.

val create : 'a -> 'a t
OCaml

Innovation. Community. Security.