package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type status =
  1. | Disabled
  2. | Enabled
  3. | AsError
val create : name:string -> category:string -> ?default:status -> ('a -> Pp.t) -> ?loc:Loc.t -> 'a -> unit
val get_flags : unit -> string
val set_flags : string -> unit
val normalize_flags_string : string -> string
val with_warn : string -> ('b -> 'a) -> 'b -> 'a