package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50

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

Module Dag.MakeSource

Parameters

Signature

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.