package batteries

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

A total order on inputs

val hash : input -> int

A hash function for inputs

val equal : input -> input -> bool