package asai

  1. Overview
  2. Docs

Turning location information into highlighted text suitable for rendering. You probably do not need this module unless you want to create your own backend.

module type Reader = sig ... end

The signature of data readers.

module type Style = sig ... end

The signature of highlighting styles

module type S = sig ... end

The signature of explicators.

module Make (_ : Reader) (Style : Style) : S with module Style := Style

Making an explicator.

OCaml

Innovation. Community. Security.