package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of Keys_sig

Keys are the main programming tools used for implementing extensible types (sem, value, dom, pexp, ...)

Exceptions

Type comparison and coercion

module type Registry = sig ... end
module type NamedType = sig ... end
module type Key = sig ... end

Key with arity 1

module type NamedType2 = sig ... end
module type Registry2 = sig ... end
module type Key2 = sig ... end

Key with arity 2

module Make_key (_ : sig ... end) : Key

Key with arity 1

module Make_key2 (_ : sig ... end) : Key2

Key with arity 2

OCaml

Innovation. Community. Security.