aboutsummaryrefslogtreecommitdiff
path: root/proofs/logic.ml
diff options
context:
space:
mode:
authorherbelin2000-09-10 20:37:37 +0000
committerherbelin2000-09-10 20:37:37 +0000
commite72024e2292a50684b7f280d6efb8fee090e2dbf (patch)
treefdba2d8c55f0c74aee8800a0e8c9aec3d3b8a584 /proofs/logic.ml
parent583992b6ce38655855f6625a26046ce84c53cdc1 (diff)
Suppression de Abst
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@593 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/logic.ml')
-rw-r--r--proofs/logic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/logic.ml b/proofs/logic.ml
index a92276cc83..db9b7c1107 100644
--- a/proofs/logic.ml
+++ b/proofs/logic.ml
@@ -157,7 +157,7 @@ let new_meta_variables =
| IsCast (c,t) -> mkCast (newrec c, t)
| IsAppL (f,cl) -> applist (newrec f, List.map newrec cl)
| IsMutCase (ci,p,c,lf) ->
- mkMutCaseA ci (newrec p) (newrec c) (Array.map newrec lf)
+ mkMutCase (ci, newrec p, newrec c, Array.map newrec lf)
| _ -> x
in
newrec