package coq-lsp

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

Module Protect.ESource

Sourcetype ('a, 'l) t = private {
  1. r : ('a, 'l) R.t;
  2. feedback : 'l Message.t list;
}
Sourceval map : f:('a -> 'b) -> ('a, 'l) t -> ('b, 'l) t
Sourceval map_loc : f:('l -> 'm) -> ('a, 'l) t -> ('a, 'm) t
Sourceval bind : f:('a -> ('b, 'l) t) -> ('a, 'l) t -> ('b, 'l) t
Sourceval ok : 'a -> ('a, 'l) t
Sourceval error : Pp.t -> ('a, 'l) t
Sourcemodule O : sig ... end
OCaml

Innovation. Community. Security.