package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type deprecation = Vernacinterp.deprecation = {
  1. since : string option;
  2. note : string option;
}
val deprecation_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> deprecation
val sexp_of_deprecation : deprecation -> Ppx_sexp_conv_lib.Sexp.t