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

Module Inline

exception No_inline
val inline : bool -> Lident.t -> Zelus.funexp

or it is small enough

val reset : Zelus.exp -> Zelus.exp -> Zelus.exp

Building an expression let reset res = e every r in res

Build a renaming from an environment

val rename : Ident.Env.key -> 'a Ident.Env.t -> 'a

rename a variable

Renaming of type expressions

val operator : Ident.t Ident.Env.t -> Zelus.op -> Zelus.op

Rename an operator

Renaming of patterns

val expression : Ident.t Ident.Env.t -> Zelus.exp -> Zelus.exp

Renaming of expressions

Renaming a local declaration

val equation : Ident.t Ident.Env.t -> Zelus.eq -> Zelus.eq
OCaml

Innovation. Community. Security.