package confero

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Stdlib.Uchar.t -> node
and node =
  1. | Reject
  2. | Accept of Collation_element.t array * t
val run : t -> Stdlib.Uchar.t Stdlib.Seq.t -> Collation_element.t Stdlib.Seq.t