summaryrefslogtreecommitdiff
path: root/typing/typeclass.mli
diff options
context:
space:
mode:
authorJérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr>1996-05-26 13:42:34 +0000
committerJérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr>1996-05-26 13:42:34 +0000
commited1cdeebcffcf17e04390f22e2331e8b96520059 (patch)
treede6ee0915620e23011c6df4f4c643a09696113a4 /typing/typeclass.mli
parentdc2b931d52466780368caa140c4890dc83e60d82 (diff)
downloadocaml-ed1cdeebcffcf17e04390f22e2331e8b96520059.tar.gz
Amelioration de quelques messages d'erreur.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@840 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'typing/typeclass.mli')
-rw-r--r--typing/typeclass.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/typing/typeclass.mli b/typing/typeclass.mli
index 163e01dbe2..90ee2f32a6 100644
--- a/typing/typeclass.mli
+++ b/typing/typeclass.mli
@@ -33,7 +33,8 @@ type error =
| Virtual_class of string * string
| Closed_class of string
| Closed_ancestor of string * Path.t * string
- | Non_closed of Ident.t * type_expr list * type_expr
+ | Non_closed of Ident.t * type_expr list * type_expr *
+ Ctype.closed_schema_result
| Mutable_var of string
| Undefined_var of string
| Variable_type_mismatch of string * (type_expr * type_expr) list