package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. since : string option;
  2. note : string option;
}
val make : ?since:string -> ?note:string -> unit -> t
val create_warning : ?default:CWarnings.status -> object_name:string -> warning_name_if_no_since:string -> ('b -> Pp.t) -> ?loc:Loc.t -> ('b * t) -> unit
module Version : sig ... end
OCaml

Innovation. Community. Security.