package rocq-runtime

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

Module type HMap.HashedTypeSource

Sourcetype t
Sourceval compare : t -> t -> int

Total ordering

Sourceval hash : t -> int

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

OCaml

Innovation. Community. Security.