package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Make (OT : Map.OrderedType) : S with type node = OT.t and type NodeSet.t = Set.Make(OT).t and type NodeSet.elt = OT.t