package zelus

  1. Overview
  2. Docs
type 'a collection =
  1. | And of 'a collection list
  2. | Before of 'a collection list
  3. | Leaf of 'a
val read : Zelus.eq -> Ident.S.t * Ident.S.t

Read/writes of an equation.

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

Initialization equations init x = e and reset init x = e... every ...]

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_read_write : Graph.S.t Ident.Env.t -> Graph.S.t Ident.Env.t -> (Graph.E.key * 'a * Ident.S.t * Ident.S.t * Ident.S.t) list -> 'a Graph.graph
val make_unsafes : 'a -> 'b -> 'c Graph.graph -> Zelus.eq collection -> 'c Graph.graph
val print : Stdlib.Format.formatter -> Zelus.eq Graph.graph -> unit
OCaml

Innovation. Community. Security.