package spotlib

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

Module Spotlib.MtypesSource

Some useful module capabilities

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