package asai

  1. Overview
  2. Docs

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

  • since 0.3.0
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.

OCaml

Innovation. Community. Security.