package forester

  1. Overview
  2. Docs
type t =
  1. | Word of string
  2. | Symbol of char
val parse : string -> (t * string) option
OCaml

Innovation. Community. Security.