aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/first-order/sequent.ml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/first-order/sequent.ml')
-rw-r--r--contrib/first-order/sequent.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/first-order/sequent.ml b/contrib/first-order/sequent.ml
index fb75655f0..8acbe2359 100644
--- a/contrib/first-order/sequent.ml
+++ b/contrib/first-order/sequent.ml
@@ -289,9 +289,9 @@ let print_cmap map=
let print_entry c l s=
let xc=Constrextern.extern_constr false (Global.env ()) c in
str "| " ++
- Util.prlist (Ppconstr.pr_global Idset.empty) l ++
+ Util.prlist Printer.pr_global l ++
str " : " ++
- Ppconstr.pr_constr xc ++
+ Ppconstrnew.pr_constr xc ++
cut () ++
s in
msgnl (v 0