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

Module Letin

val empty : ctx
val par : ctx -> ctx -> ctx
val seq : ctx -> ctx -> ctx
val add : Zelus.eq -> ctx -> ctx
val optional : ('a -> 'b * ctx) -> 'a option -> 'b option * ctx
val par_fold : ('a -> 'b * ctx) -> 'a list -> 'b list * ctx
val equations : Zelus.eq Zmisc.State.t -> Zelus.eq list
val expression : Zelus.exp -> Zelus.exp * ctx

Translation of expressions

val equation : Zelus.eq -> ctx

Translate an equation.

val par_equation_list : Zelus.eq list -> ctx
val seq_equation_list : Zelus.eq list -> ctx
val block : Zelus.eq list Zelus.block -> Zelus.eq list Zelus.block

Translating a block

val local : Zelus.local -> ctx
val local_list : Zelus.local list -> ctx
OCaml

Innovation. Community. Security.