package provider

  1. Overview
  2. Docs

Module Provider.BindingSource

Sourcetype '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

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

Innovation. Community. Security.