package core_kernel

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

a signature for identifier types.

module type S = Identifiable.S
module Make (M : sig ... end) : sig ... end

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

module Make_using_comparator (M : sig ... end) : sig ... end
module Extend (M : Base.Identifiable.S) (B : Bin_prot.Binable.S with type t = M.t) : sig ... end
OCaml

Innovation. Community. Security.