package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.2.tar.gz
md5=5d1187d5e44ed0163f76fb12dabf012e
sha512=91bc81530fa4f6498961583ad51eac5001f139881788b88e360a866ad8e2a6e2c5bce86d1a580ab4cd4782bf49d48318767df82471ce33ba3ac143e5569ad33c

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.