summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr>1997-03-10 00:25:52 +0000
committerJérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr>1997-03-10 00:25:52 +0000
commitdb5ce507fc28ccda5415ccea7737640acbd93e60 (patch)
treeaf5649fc87154b8de5ec51d8cb011a6cd84ad9cc
parentb405e0582fb76387657b1057abf377fcb6a7016b (diff)
Erreur Class_type renommee en Class_types.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1358 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--typing/includemod.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/typing/includemod.mli b/typing/includemod.mli
index 52a8f17a1..65761d1b0 100644
--- a/typing/includemod.mli
+++ b/typing/includemod.mli
@@ -32,7 +32,7 @@ type error =
| Modtype_infos of Ident.t * modtype_declaration * modtype_declaration
| Modtype_permutation
| Interface_mismatch of string * string
- | Class_type of Ident.t * class_type * class_type
+ | Class_types of Ident.t * class_type * class_type
exception Error of error list