package TCSLib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception AutomataParserException of string * int * int
exception AutomataParserCustomException of string
val parse_automaton : (string -> unit) -> (int -> unit) -> (int -> string -> Tcsautomataparserinternal.alphabet_item_type -> unit) -> (int -> unit) -> (int -> string -> unit) -> (int -> int -> string option -> unit) -> (int -> unit) -> (int -> int -> int list -> unit) -> (int -> int -> (int * int) list -> unit) -> (int -> int -> int option -> int list -> unit) -> (int -> int list -> unit) -> (unit -> 'a) -> in_channel -> 'a
val parse_automaton2 : in_channel -> automata_type