package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
module type S = sig ... end
module Make (M : sig ... end) : S with type payload = M.payload
module Has_embedded_location : S with type payload = unit

The message has a location embed in the text.