package coq

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

Heaps

module type Ordered = sig ... end
module type S = sig ... end
exception EmptyHeap
Functional implementation.
module Functional (X : Ordered) : S with type elt = X.t