diff options
| author | Gaëtan Gilbert | 2019-02-19 13:04:09 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-02-19 13:04:09 +0100 |
| commit | 032398fb5e2bc88e911f60ddfc4982a3826b55cd (patch) | |
| tree | 0827cbfb6b1eccba05aa7cec02e2feed4d0bbe42 /lib/flags.mli | |
| parent | 582ba8464962f69f0808ccdd14e7bd64e786875f (diff) | |
Make inductive cumulativity flag local to vernacentries
Diffstat (limited to 'lib/flags.mli')
| -rw-r--r-- | lib/flags.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/flags.mli b/lib/flags.mli index 4ef5fb4445..2b4446a1db 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -75,10 +75,6 @@ val verbosely : ('a -> 'b) -> 'a -> 'b val if_silent : ('a -> unit) -> 'a -> unit val if_verbose : ('a -> unit) -> 'a -> unit -(** Global polymorphic inductive cumulativity flag. *) -val make_polymorphic_inductive_cumulativity : bool -> unit -val is_polymorphic_inductive_cumulativity : unit -> bool - val warn : bool ref val make_warn : bool -> unit val if_warn : ('a -> unit) -> 'a -> unit |
