package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('s, 'i, 'o) t
val transition_function : ('s, 'i, 'o) t -> ('s, 'i, 'o) automaton
val i : ('b, 'a, 'c) t -> 'a I.t
val o : ('b, 'c, 'a) t -> 'a O.t
val state : ('a, 'b, 'c) t -> 'a
val transitions : ('s, 'i, 'o) t -> ('s * 'i * 's * 'o list) O.t
val send : ('a, 'i, 'b) t -> 'i -> unit
val create : f:('s, 'i, 'o) automaton -> 's -> ('s, 'i, 'o) t
OCaml

Innovation. Community. Security.