package spotlib

  1. Overview
  2. Docs

Some useful module capabilities

module type Printable = sig ... end
module type Comparable = sig ... end
module Make_comparable (A : sig ... end) : Comparable with type t := A.t
module type Hashable = Hashtbl.HashedType