package lascar

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Expr = Expr
module Condition : Fsm_condition.T with module Expr = Expr with type Expr.value = Value.t
module Action : Fsm_action.T with module Expr = Expr with type Expr.value = Value.t
type t = Condition.t list * Action.t list
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val compare : t -> t -> int
val to_string : t -> string
val of_string : ?lexer:(string -> Stdlib.Genlex.token Stdlib.Stream.t) -> string -> t
val lexer : string -> Stdlib.Genlex.token Stdlib.Stream.t
val parse : Stdlib.Genlex.token Stdlib.Stream.t -> t
OCaml

Innovation. Community. Security.