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

Module Dependences

type 'a collection =
  1. | And of 'a collection list
  2. | Before of 'a collection list
  3. | Leaf of 'a

Read/writes of an equation.

val def : Zelus.eq -> Zident.S.t
val init : Zelus.eq -> bool

Initialization equations init x = e and

val nodep : Zelus.eq -> bool
val index : Zelus.eq -> int
val unsafe : Zelus.eq -> bool
val fresh : int -> Zelus.eq collection -> Zelus.eq collection * int
val make_unsafes : 'a -> 'b -> 'c Graph.graph -> Zelus.eq collection -> 'c Graph.graph
val print : Format.formatter -> Zelus.eq Graph.graph -> unit
OCaml

Innovation. Community. Security.