package colibri2

  1. Overview
  2. Docs

Key generators

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

OCaml

Innovation. Community. Security.