package coq-lsp

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

Module JFleche.MessageSource

Goals

Sourcetype 'a t = {
  1. range : JLang.Range.t option;
  2. level : int;
  3. text : 'a;
}
Sourceval to_yojson : ('a -> Yojson.Safe.t) -> 'a t -> Yojson.Safe.t
Sourceval of_coq_message : Lang.Range.t Coq.Message.t -> Pp.t t
Sourceval map : f:('a -> 'b) -> 'a t -> 'b t
OCaml

Innovation. Community. Security.