summaryrefslogtreecommitdiff
path: root/typing/typeclass.mli
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2014-12-22 08:45:55 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2014-12-22 08:45:55 +0000
commit158480371a4cc9ced3d1991e1b24e75425102b58 (patch)
treed92e40d8447410ded7f370522dfdcf046a2d8873 /typing/typeclass.mli
parentc0de696981c1bc91b7cb7d3a4806993ec678b7bc (diff)
downloadocaml-158480371a4cc9ced3d1991e1b24e75425102b58.tar.gz
exhauce PR#6367: introduce Asttypes.arg_label to encode labelled arguments
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15737 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'typing/typeclass.mli')
-rw-r--r--typing/typeclass.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/typing/typeclass.mli b/typing/typeclass.mli
index 8e8675fe76..d213221a84 100644
--- a/typing/typeclass.mli
+++ b/typing/typeclass.mli
@@ -81,7 +81,7 @@ type error =
| Field_type_mismatch of string * string * (type_expr * type_expr) list
| Structure_expected of class_type
| Cannot_apply of class_type
- | Apply_wrong_label of label
+ | Apply_wrong_label of arg_label
| Pattern_type_clash of type_expr
| Repeated_parameter
| Unbound_class_2 of Longident.t