package mc2

  1. Overview
  2. Docs

The way to access a service registered by some plugin

type 'a t

Key for values of type 'a lazy_t

val make : string -> 'a t

Make a key with given name

val makef : ('a, Stdlib.Format.formatter, unit, 'b t) Stdlib.format4 -> 'a

Make a key with given name

Fmt version of make

val name : _ t -> string

Fmt version of make

Name of the key