Module Asai.MinimumSigs

Signatures that specify the minimum interface for libraries, applications, and handlers to work together.

module type Message = sig ... end

The minimum interface to use diagnostic handlers.

module type Reporter = sig ... end

The minimum interface for libraries and applications to work together.