package why3

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

Parameters

Signature

type t
type elt = X.t
val create : dummy:elt -> t
val is_empty : t -> bool
val add : t -> elt -> unit
exception Empty
val get_min : t -> elt
val remove_min : t -> unit
val extract_min : t -> elt
OCaml

Innovation. Community. Security.