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

Module Ident

type t = {
  1. num : int;
  2. source : string;
}
and element_t = {
  1. arrnm : string;
  2. index : t;
}
type t_alias = t
val compare : t -> t -> int
val name : t -> string
val source : t -> string
val num : int ref
val fresh : string -> t
val fprint_t : Format.formatter -> t -> unit
module M : sig ... end
module Env : sig ... end
module S : sig ... end
OCaml

Innovation. Community. Security.