package zelus

  1. Overview
  2. Docs
A synchronous language with ODEs

Install

Dune Dependency

Authors

Maintainers

Sources

2.2.tar.gz
md5=437ae922f1fda392efca3e37e8b8bb4c
sha512=d591cdbeedb8f3a7f568d6d4994de572093822cb354b112886326219174311715a71a35de57a4c2070eae349f65f0c8f3d6c2f6a5a79a8187bbffc687cd108a6

doc/zelus.zlcompilerlibs/Total/Automaton/index.html

Module Total.Automaton

Check that every variable defined in an automaton

type entry = {
  1. e_loc : Zlocation.location;
  2. mutable e_state : Deftypes.defnames;
  3. mutable e_until : Deftypes.defnames;
  4. mutable e_unless : Deftypes.defnames;
}
type table = {
  1. t_initial : Zident.t * entry;
  2. t_remaining : entry Zident.Env.t;
}
val table : Zelus.state_handler list -> table
val add_state : Zident.Env.key -> Deftypes.defnames -> table -> unit
val add_transition : bool -> Deftypes.tentry Zident.Env.t -> Zident.Env.key -> Deftypes.defnames -> table -> unit
val check_all_states_are_accessible : Zlocation.location -> Zelus.state_handler list -> unit
OCaml

Innovation. Community. Security.