package parsexp

  1. Overview
  2. Docs

Module Automaton.ModeSource

type ('u, 's) t =
  1. | Single
  2. | Many
  3. | Eager of {
    1. got_sexp : ('u, 's) Parsexp__.Automaton_state_intf.State.t -> 's -> 's;
    2. mutable no_sexp_is_error : bool;
    }
OCaml

Innovation. Community. Security.