package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val compare : t -> t -> int

Total ordering

val hash : t -> int

Hashing function compatible with compare, i.e. compare x y = 0 implies hash x = hash y.