aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/interface/showproof_ct.ml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/interface/showproof_ct.ml')
-rw-r--r--contrib/interface/showproof_ct.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/showproof_ct.ml b/contrib/interface/showproof_ct.ml
index b689620e3..ee901c5e7 100644
--- a/contrib/interface/showproof_ct.ml
+++ b/contrib/interface/showproof_ct.ml
@@ -52,7 +52,7 @@ let stde() = (Global.env())
;;
let spt t =
- let f = (translate_constr (stde()) t) in
+ let f = (translate_constr true (stde()) t) in
Hashtbl.add ct_FORMULA_constr f t;
CT_text_formula f
;;