package coq

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