Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vernac/proof_using.ml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ let using_from_string us = Procq.Entry.parse entry
let proof_using_opt_name = ["Default";"Proof";"Using"]
let () =
Goptions.(declare_stringopt_option
{ optstage = Summary.Stage.Interp;
{ optstage = Summary.Stage.Synterp;
optdepr = None;
optkey = proof_using_opt_name;
optread = (fun () -> Option.map using_to_string !value);
Expand Down
Loading