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

Module Patternsig.LANG

type tag =
  1. | Ttuple of int
  2. | Tconst of Deftypes.immediate
  3. | Tconstr of string * int * (string * int) list
  4. | Trecord of string list
val compare : 'a -> 'a -> int
val pdescs : Zelus.pattern list -> Zelus.pdesc list
val arity : tag -> int
val extract_tags : tag list -> string list
val is_complete : tag list -> bool
val fix : ('a -> 'a) -> 'a -> 'a
val not_in : tag list -> tag
type pattern_ast = Zelus.pattern
OCaml

Innovation. Community. Security.