package base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Arg = sig ... end
module type Arg_with_comparator = sig ... end
module type S = sig ... end
module Make (M : Arg) : S with type t := M.t

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