package coq

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type AcyclicGraph.PointSource

Sourcetype t
Sourcemodule Set : CSig.SetS with type elt = t
Sourcemodule Map : CMap.ExtS with type key = t and module Set := Set
Sourcemodule Constraint : CSet.S with type elt = t * constraint_type * t
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourcetype explanation = (constraint_type * t) list
Sourceval error_inconsistency : constraint_type -> t -> t -> explanation lazy_t option -> 'a
Sourceval pr : t -> Pp.t
OCaml

Innovation. Community. Security.