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/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.