Module Mc2_core.Service

Services

module Key : sig ... end

The way to access a service registered by some plugin

type any =
| Any : 'a Key.t * 'a -> any

Existential wrapper around a service

module Registry : sig ... end