package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587

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.