package base

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

Module Base.IdentifiableSource

Sourcemodule type Arg = sig ... end
Sourcemodule type Arg_with_comparator = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (M : Arg) : S with type t := M.t

Used for making an Identifiable module. Here's an example.

OCaml

Innovation. Community. Security.