aboutsummaryrefslogtreecommitdiff
path: root/parsing/printer.ml
diff options
context:
space:
mode:
authorgregoire2005-12-02 10:01:15 +0000
committergregoire2005-12-02 10:01:15 +0000
commitbf578ad5e2f63b7a36aeaef5e0597101db1bd24a (patch)
treec0bc4e5f9ae67b8a03b28134dab3dcfe31d184dd /parsing/printer.ml
parent825a338a1ddf1685d55bb5193aa5da078a534e1c (diff)
Changement des named_context
Ajout de cast indiquant au kernel la strategie a suivre Resolution du bug sur les coinductifs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7639 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/printer.ml')
-rw-r--r--parsing/printer.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing/printer.ml b/parsing/printer.ml
index 0677f2699f..355bf6c941 100644
--- a/parsing/printer.ml
+++ b/parsing/printer.ml
@@ -405,7 +405,7 @@ let pr_prim_rule_v7 = function
str(if occur_meta c then "Refine " else "Exact ") ++
Constrextern.with_meta_as_hole print_constr c
- | Convert_concl c ->
+ | Convert_concl (c,_) ->
(str"Change " ++ print_constr c)
| Convert_hyp (id,None,t) ->
@@ -472,7 +472,7 @@ let pr_prim_rule_v8 = function
str(if occur_meta c then "refine " else "exact ") ++
Constrextern.with_meta_as_hole print_constr8 c
- | Convert_concl c ->
+ | Convert_concl (c,_) ->
(str"change " ++ print_constr8 c)
| Convert_hyp (id,None,t) ->