summaryrefslogtreecommitdiff
path: root/bytecomp/translclass.mli
diff options
context:
space:
mode:
Diffstat (limited to 'bytecomp/translclass.mli')
-rw-r--r--bytecomp/translclass.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecomp/translclass.mli b/bytecomp/translclass.mli
index a17a0b1178..85d5f74bcd 100644
--- a/bytecomp/translclass.mli
+++ b/bytecomp/translclass.mli
@@ -19,7 +19,7 @@ val dummy_class : lambda -> lambda
val transl_class :
Ident.t list -> Ident.t -> int -> string list -> class_expr -> lambda;;
-type error = Illegal_class_expr
+type error = Illegal_class_expr | Tags of string * string
exception Error of Location.t * error