Dependencesval read : Zelus.eq -> Zident.S.t * Zident.S.tRead/writes of an equation.
val def : Zelus.eq -> Zident.S.tval init : Zelus.eq -> boolInitialization equations init x = e and
val nodep : Zelus.eq -> boolval index : Zelus.eq -> intval unsafe : Zelus.eq -> boolval fresh : int -> Zelus.eq collection -> Zelus.eq collection * intval name_to_index :
(Graph.S.t Zident.Env.t
* Graph.S.t Zident.Env.t
* (int * Zelus.eq * Zident.S.t * Zident.S.t * Zident.S.t) list) ->
Zelus.eq collection ->
Graph.S.t Zident.Env.t
* Graph.S.t Zident.Env.t
* (int * Zelus.eq * Zident.S.t * Zident.S.t * Zident.S.t) listval make_read_write :
Graph.S.t Zident.Env.t ->
Graph.S.t Zident.Env.t ->
(Graph.E.key * 'a * Zident.S.t * Zident.S.t * Zident.S.t) list ->
'a Graph.graphval make_unsafes :
'a ->
'b ->
'c Graph.graph ->
Zelus.eq collection ->
'c Graph.graphval make : Zelus.eq collection -> Zelus.eq Graph.graphval print : Format.formatter -> Zelus.eq Graph.graph -> unit