package coq-lsp

  1. Overview
  2. Docs
include module type of struct include Serlib.Ser_pp end
type t = Pp.t
type doc_view = Pp.doc_view
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val of_yojson : Yojson.Safe.t -> (t, string) Result.result
val doc_view_of_sexp : Sexplib.Sexp.t -> doc_view
val sexp_of_doc_view : doc_view -> Sexplib.Sexp.t
val doc_view_of_yojson : Yojson.Safe.t -> (doc_view, string) Result.result
val doc_view_to_yojson : doc_view -> Yojson.Safe.t
val to_string : Pp.t -> string
val to_yojson : Pp.t -> Yojson.Safe.t