package regular

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type (!'a, !'s) t = ('a, 's) Base__Sequence.Step.t =
  1. | Done
  2. | Skip of 's
  3. | Yield of 'a * 's
val sexp_of_t : ('a -> Base__.Sexplib.Sexp.t) -> ('s -> Base__.Sexplib.Sexp.t) -> ('a, 's) t -> Base__.Sexplib.Sexp.t
OCaml

Innovation. Community. Security.