Skip to content

Commit

Permalink
Merge pull request #110 from SkySkimmer/depr-versions
Browse files Browse the repository at this point in the history
Adapt to coq/coq#17664 (goptions use Deprecation.t option instead of bool)
  • Loading branch information
proux01 authored Jun 6, 2023
2 parents 93e094a + 04f9394 commit 9d7f66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug.ml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let debug_flag = [`Time; `Fix; `Module; `Abstraction; `Realizer; `Translate; `Ca
let debug_mode = ref false
let set_debug_mode =
Goptions.declare_bool_option
{ Goptions.optdepr = false;
{ Goptions.optdepr = None;
Goptions.optstage = Interp;
Goptions.optkey = ["Parametricity"; "Debug"];
Goptions.optread = (fun () -> !debug_mode);
Expand Down

0 comments on commit 9d7f66f

Please sign in to comment.