aboutsummaryrefslogtreecommitdiff
path: root/kernel/typeops.ml
diff options
context:
space:
mode:
authorfilliatr1999-08-26 16:26:54 +0000
committerfilliatr1999-08-26 16:26:54 +0000
commitdd279791aca531cd0f38ce79b675c68e08a4ff63 (patch)
tree32115bf156935bcb902d50fe3222e818ed692a1f /kernel/typeops.ml
parent15ed739c91a22e91ae88d54215f6862fc1074a88 (diff)
environnement sur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@28 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/typeops.ml')
-rw-r--r--kernel/typeops.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/typeops.ml b/kernel/typeops.ml
index 23bac0b277..178963c48e 100644
--- a/kernel/typeops.ml
+++ b/kernel/typeops.ml
@@ -404,7 +404,7 @@ let cast_rel env cj tj =
uj_type = tj.uj_val;
uj_kind = whd_betadeltaiota env tj.uj_type }
else
- error_actual_type CCI env cj tj
+ error_actual_type CCI env cj.uj_val cj.uj_type tj.uj_val
(* Type of an application. *)