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/Reset/index.html

Module Reset

val static : Zelus.exp -> bool

Static expressions

val reset : Ident.t option -> Zelus.eq -> Zelus.eq * Ident.t option
val condition : Ident.t option -> Zelus.exp * Ident.t option
val intro_equation : (Ident.t list * Ident.t option) -> Zelus.eq list -> Zelus.eq list * Ident.t list
val equation : (Ident.Env.key list * Ident.Env.key option) -> Zelus.eq -> Zelus.eq * (Ident.Env.key list * Ident.Env.key option)

Translation of equations.

val equation_list : (Ident.Env.key list * Ident.Env.key option) -> Zelus.eq list -> Zelus.eq list * (Ident.Env.key list * Ident.Env.key option)
val local : Zelus.local -> Zelus.local
val block : Zelus.eq list Zelus.block -> Zelus.eq list Zelus.block

Translation of blocks

val exp : Zelus.exp -> Zelus.exp

Expressions.

OCaml

Innovation. Community. Security.