aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/setoid_replace.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/setoid_replace.ml')
-rw-r--r--tactics/setoid_replace.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/setoid_replace.ml b/tactics/setoid_replace.ml
index 7b6ebd714..67ffb6c21 100644
--- a/tactics/setoid_replace.ml
+++ b/tactics/setoid_replace.ml
@@ -641,7 +641,7 @@ let new_morphism m signature id hook =
(Lazy.force coq_make_compatibility_goal_aux_ref)) ;
(* "simpl" *)
Pfedit.by Tactics.simpl_in_concl ;
- Options.if_verbose msg (Pfedit.pr_open_subgoals ());
+ Options.if_verbose msg (Printer.pr_open_subgoals ());
end
let add_morphism lemma_infos mor_name (m,args,output) =