package asai

  1. Overview
  2. Docs

Module Asai.ReporterSource

Generating and handling diagnostics using algebraic effects. The API is optimized for attaching free-form text.

  • since 0.2.0 (renamed from Logger)

The signature of a reporter.

Sourcemodule type Message = sig ... end

The signature of messages. An implementer should specify the message type used in their library or application.

Sourcemodule type S = sig ... end
Sourcemodule Make (Message : Message) : S with module Message := Message

The functor to generate a reporter.

OCaml

Innovation. Community. Security.