package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a binder_annot = 'a Context.binder_annot
val binder_annot_to_yojson : ('a -> Yojson.Safe.t) -> 'a binder_annot -> Yojson.Safe.t
val sexp_of_binder_annot : ('a -> Sexplib0.Sexp.t) -> 'a binder_annot -> Sexplib0.Sexp.t
val binder_annot_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a binder_annot
val hash_fold_binder_annot : (Base.Hash.state -> 'a -> Base.Hash.state) -> Base.Hash.state -> 'a binder_annot -> Base.Hash.state
val compare_binder_annot : ('a -> 'a -> int) -> 'a binder_annot -> 'a binder_annot -> int
module Rel : sig ... end
module Named : sig ... end
module Compacted : sig ... end