package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

rocq-9.0.0.tar.gz
md5=8d522602d23e7a665631826dab9aa92b
sha512=f4f76a6a178e421c99ee7a331a2fd97a06e9c5d0168d7e60c44e3820d8e1a124370ea104ad90c7f87a9a1e9d87b2d0d7d2d387c998feeaed4a75ed04e176a4be

doc/rocq-runtime.lib/Deprecation/index.html

Module DeprecationSource

Sourcetype t = {
  1. since : string option;
  2. note : string option;
}
Sourcetype 'a with_qf = {
  1. depr : t;
  2. use_instead : 'a option;
}
Sourceval drop_qf : 'a with_qf -> t
Sourceval with_empty_qf : t -> 'a with_qf
Sourceval make : ?since:string -> ?note:string -> unit -> t
Sourceval make_with_qf : ?since:string -> ?note:string -> ?use_instead:'qf -> unit -> 'qf with_qf
Sourceval create_warning : ?default:CWarnings.status -> object_name:string -> warning_name_if_no_since:string -> ('b -> Pp.t) -> ?loc:Loc.t -> ('b * t) -> unit
Sourceval create_warning_with_qf : ?default:CWarnings.status -> object_name:string -> warning_name_if_no_since:string -> pp_qf:('qf -> Pp.t) -> ('b -> Pp.t) -> ?loc:Loc.t -> ('b * 'qf with_qf) -> unit
Sourcemodule Version : sig ... end
OCaml

Innovation. Community. Security.