package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

rocq-9.0.0.tar.gz
md5=8d522602d23e7a665631826dab9aa92b
sha512=f4f76a6a178e421c99ee7a331a2fd97a06e9c5d0168d7e60c44e3820d8e1a124370ea104ad90c7f87a9a1e9d87b2d0d7d2d387c998feeaed4a75ed04e176a4be

doc/rocq-runtime.stm/Dag/module-type-S/index.html

Module type Dag.SSource

Sourcetype node
Sourcemodule NodeSet : Set.S with type elt = node
Sourcetype ('edge, 'info, 'cdata) t
Sourceval empty : ('e, 'i, 'd) t
Sourceval add_edge : ('e, 'i, 'd) t -> node -> 'e -> node -> ('e, 'i, 'd) t
Sourceval from_node : ('e, 'i, 'd) t -> node -> (node * 'e) list
Sourceval mem : ('e, 'i, 'd) t -> node -> bool
Sourceval del_edge : ('e, 'i, 'd) t -> node -> node -> ('e, 'i, 'd) t
Sourceval del_nodes : ('e, 'i, 'd) t -> NodeSet.t -> ('e, 'i, 'd) t
Sourceval all_nodes : ('e, 'i, 'd) t -> NodeSet.t
Sourceval get_info : ('e, 'i, 'd) t -> node -> 'i option
Sourceval set_info : ('e, 'i, 'd) t -> node -> 'i -> ('e, 'i, 'd) t
Sourceval clear_info : ('e, 'i, 'd) t -> node -> ('e, 'i, 'd) t
Sourcemodule Property : sig ... end
Sourceval create_property : ('e, 'i, 'd) t -> node list -> 'd -> ('e, 'i, 'd) t
Sourceval property_of : ('e, 'i, 'd) t -> node -> 'd Property.t list
Sourceval del_property : ('e, 'i, 'd) t -> 'd Property.t -> ('e, 'i, 'd) t
Sourceval iter : ('e, 'i, 'd) t -> (node -> 'd Property.t list -> 'i option -> (node * 'e) list -> unit) -> unit
OCaml

Innovation. Community. Security.