aboutsummaryrefslogtreecommitdiff
path: root/toplevel/errors.ml
diff options
context:
space:
mode:
authordelahaye2001-04-14 03:16:59 +0000
committerdelahaye2001-04-14 03:16:59 +0000
commit2d8cbed59f1bafb68f188d055138d3c7d02d9e37 (patch)
tree7a68ad09007ebed0a76dcf96a54e5cac2b1263a2 /toplevel/errors.ml
parent95d14fc74fd9be10e01a595fb1b23b9fd3984713 (diff)
Reparation du bug de Try
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1591 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/errors.ml')
-rw-r--r--toplevel/errors.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/errors.ml b/toplevel/errors.ml
index 3c18bf619e..11e7c38ccd 100644
--- a/toplevel/errors.ml
+++ b/toplevel/errors.ml
@@ -67,7 +67,7 @@ let rec explain_exn_default = function
hOV 0 [< 'sTR "Error: Universe Inconsistency." >]
| TypeError(k,ctx,te) ->
hOV 0 [< 'sTR "Error:"; 'sPC; Himsg.explain_type_error k ctx te >]
- | PretypeError(ctx,te) ->
+ | PretypeError(ctx,te) ->
hOV 0 [< 'sTR "Error:"; 'sPC; Himsg.explain_pretype_error ctx te >]
| InductiveError e ->
hOV 0 [< 'sTR "Error:"; 'sPC; Himsg.explain_inductive_error e >]