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

Module Static

static evaluation of expressions

type error =
  1. | NotStaticEq of Zelus.eq
  2. | NotStaticExp of Zelus.exp
  3. | TypeError
exception Error of error
val remove : 'a Zident.Env.t -> 'b Zident.Env.t -> 'a Zident.Env.t

Remove entries in the type environment of a block

val record_access : Global.value_code -> Lident.t -> Global.value_code

Pattern matching

Pattern matching. matches env p v = env' returns an extended

select env v m_b_list = b where * - env is a environment; * - v a value; * - m_b_list a list of pattern * block; * - b a block whose pattern matches v and is the first in the list

Evaluate an expression. expression env e = v

Evaluate an application

Evaluate all the definitions and returns an environment

Reduce an equation.

OCaml

Innovation. Community. Security.