package zelus

  1. Overview
  2. Docs
A synchronous language with ODEs

Install

dune-project
 Dependency

Authors

Maintainers

Sources

2.1.tar.gz
sha256=cb0f7bacc33a4bb425683e2def67359fcf6d402545a32f7f953c4822a9a01862
md5=83fb886e4b14ce286e7a6eb59248be4b

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

Module Total.Automaton

Check that every variable defined in an automaton

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

Innovation. Community. Security.