package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'r) pbinder_annot = ('a, 'r) Context.pbinder_annot
val sexp_of_pbinder_annot : ('a -> Sexplib0.Sexp.t) -> ('r -> Sexplib0.Sexp.t) -> ('a, 'r) pbinder_annot -> Sexplib0.Sexp.t
val pbinder_annot_of_sexp : (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'r) -> Sexplib0.Sexp.t -> ('a, 'r) pbinder_annot
val pbinder_annot_to_yojson : ('a -> Yojson.Safe.t) -> ('r -> Yojson.Safe.t) -> ('a, 'r) pbinder_annot -> Yojson.Safe.t
val pbinder_annot_of_yojson : (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) -> (Yojson.Safe.t -> 'r Ppx_deriving_yojson_runtime.error_or) -> Yojson.Safe.t -> ('a, 'r) pbinder_annot Ppx_deriving_yojson_runtime.error_or
val hash_fold_pbinder_annot : (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) -> (Ppx_hash_lib.Std.Hash.state -> 'r -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> ('a, 'r) pbinder_annot -> Ppx_hash_lib.Std.Hash.state
val compare_pbinder_annot : ('a -> 'a -> int) -> ('r -> 'r -> int) -> ('a, 'r) pbinder_annot -> ('a, 'r) pbinder_annot -> int
module Rel : sig ... end
module Named : sig ... end
module Compacted : sig ... end
OCaml

Innovation. Community. Security.