package lascar

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Conditions for FSM transitions

module type T = sig ... end
module Make (Expr : Fsm_expr.T) : T with module Expr = Expr
module Trans (C1 : T) (C2 : T) : sig ... end

Functor for converting a FSM condition, with a given implementation of values into another one with a different implementations