package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.1.tar.gz
md5=0cfaa70f569be9494d24c829e6555d46
sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2

doc/coq-core.stm/Vcs/Make/Dag/index.html

Module Make.DagSource

Sourcetype node = OT.t
Sourcemodule NodeSet : Set.S with type elt = node with type t = Set.Make(OT).t with type elt = OT.t
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.