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

Module Match2condition

val empty : return
val with_eq : Zelus.eq -> return -> return
val and_op : Zelus.exp -> Zelus.exp -> Zelus.exp
val or_op : Zelus.exp -> Zelus.exp -> Zelus.exp
val filter_list : return -> Zelus.pattern list -> Zelus.exp list -> Zelus.exp * return
val is_a_case_statement : 'a Zelus.match_handler list -> bool

In case a pattern matching is "simple", that is,

val match_into_condition : bool ref -> return -> Zelus.exp -> Zelus.eq list Zelus.block Zelus.match_handler list -> Zelus.eq * return

Translate a pattern matching construct into a conditional

val expression : Zelus.exp -> Zelus.exp
val equation : return -> Zelus.eq -> Zelus.eq * return
val block : Zelus.eq list Zelus.block -> Zelus.eq list Zelus.block
val local : Zelus.local -> Zelus.local
val let_expression : Zelus.exp -> Zelus.exp
OCaml

Innovation. Community. Security.