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

Module Aform

val find : Zident.Env.key -> 'a Zident.Env.t -> 'a
val exp_of_name : Zident.Env.key -> ('a * 'b) Zident.Env.t -> 'b
val pat_of_name : Zident.Env.key -> ('a * 'b) Zident.Env.t -> 'a
val name_of_name : Zident.Env.key -> (Zelus.pattern * 'a) Zident.Env.t -> Zident.t
val matching : (Zelus.pattern -> Zelus.exp -> 'a) -> 'a list -> Zelus.pattern -> Zelus.exp -> 'a list
val matching_list : (Zelus.pattern -> Zelus.exp -> 'a) -> 'a list -> Zelus.pattern list -> Zelus.exp list -> 'a list

expressions

val equation : (Zelus.pattern * Zelus.exp) Zident.Env.t -> Zelus.eq list -> Zelus.eq -> Zelus.eq list
val equation_list : (Zelus.pattern * Zelus.exp) Zident.Env.t -> Zelus.eq list -> Zelus.eq list
OCaml

Innovation. Community. Security.