File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,9 @@ let debug_case_info flags ci =
124
124
nargs
125
125
(pp_info ci.ci_pp_info))
126
126
127
- let debug_rel_context flags s env l =
127
+ let debug_rel_context flags s env sigma l =
128
128
if ! debug_mode && List. exists (fun x -> List. mem x flags) debug_flag then
129
- Feedback. msg_notice Pp. (str s ++ (Termops.Internal. print_rel_context (push_rel_context l env)))
129
+ Feedback. msg_notice Pp. (str s ++ (Termops.Internal. print_rel_context (push_rel_context l env) sigma ))
130
130
131
131
let not_implemented ?(reason = " no reason" ) env evd t =
132
132
debug [`Not_implemented ] (Printf. sprintf " not implemented (%s):" reason) env evd t;
Original file line number Diff line number Diff line change @@ -978,7 +978,7 @@ and weaken_unused_free_rels env_rc sigma term =
978
978
apply_substitution_rel_context k (List. tl sub) acc tl
979
979
in
980
980
981
- debug_rel_context [`Fix ] " env_rv = " Environ. empty_env (List. map toDecl env_rc);
981
+ debug_rel_context [`Fix ] " env_rv = " Environ. empty_env sigma (List. map toDecl env_rc);
982
982
let set = collect_free_vars 1 (Termops. free_rels sigma term) env_rc in
983
983
let lst = Int.Set. fold (fun x acc -> x::acc) set [] in
984
984
let lst = List. sort compare lst in
You can’t perform that action at this time.
0 commit comments