package forester

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

Innovation. Community. Security.