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

Module Reset

val static : Zelus.exp -> bool

Static expressions

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

Translation of equations.

val equation_list : (Zident.Env.key list * Zident.Env.key option) -> Zelus.eq list -> Zelus.eq list * (Zident.Env.key list * Zident.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.