package provider

  1. Overview
  2. Docs
type 'a t = private
  1. | T : {
    1. trait : ('t, 'module_type, _) Trait.t;
    2. implementation : 'module_type;
    } -> 't t

A binding associates a Trait with an implementation for it.

Dump & debug

val uid : _ t -> Trait.Uid.t
val info : _ t -> Trait.Info.t
OCaml

Innovation. Community. Security.