package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Declaration : sig ... end
type ('c, 't, 'r) pt = ('c, 't, 'r) Context.Compacted.pt
val pt_of_sexp : (Sexplib.Sexp.t -> 'c) -> (Sexplib.Sexp.t -> 't) -> (Sexplib.Sexp.t -> 'r) -> Sexplib.Sexp.t -> ('c, 't, 'r) pt
val sexp_of_pt : ('c -> Sexplib.Sexp.t) -> ('t -> Sexplib.Sexp.t) -> ('r -> Sexplib.Sexp.t) -> ('c, 't, 'r) pt -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.