package coq

  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 : object_name:string -> warning_name:string -> ('b -> Pp.t) -> ?loc:Loc.t -> ('b * t) -> unit