package grace

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A diagnostic is a message with associated debugging context for the user, for example a compiler error.

module type Index = sig ... end
module Line_index : Index
module Byte_index : sig ... end
module Range : sig ... end

Source code ranges, also known as 'locations'.

module Source : sig ... end

Source is a file-like abstraction.

module Diagnostic : sig ... end

Diagnostic types and constructors.

OCaml

Innovation. Community. Security.