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 hash_fold_pbinder_annot : (Base.Hash.state -> 'a -> Base.Hash.state) -> (Base.Hash.state -> 'r -> Base.Hash.state) -> Base.Hash.state -> ('a, 'r) pbinder_annot -> Base.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.