package asai

  1. Overview
  2. Docs
A library for constructing and printing compiler diagnostics

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.1.tar.gz
md5=07d2bc322d4da2c3f261205b021d7e8d
sha512=52dc5937a2b319c4b893026aafe1e77f3e3cfe57a420f9d64685fc2b89bfbbeffba7e7428e14ffce531ebaedba28d27eaa87321123ab3e32bf808106c6dd9ace

doc/asai/Asai/StructuredReporter/index.html

Module Asai.StructuredReporterSource

Generating and handling diagnostics using algebraic effects. The API is optimized for fully structured messages.

  • since 0.2.0

The signature of a reporter.

Sourcemodule type Message = sig ... end

The signature of structured messages. An implementer should specify the structured messages 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.