summaryrefslogtreecommitdiffstats
path: root/typing/includemod.mli
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2014-05-04 23:08:45 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2014-05-04 23:08:45 +0000
commitb56dc4b3df8d022b54f40682a9d5d4168c690413 (patch)
treea83e174d531c9865aae84769e7bfbf0c1fa353d4 /typing/includemod.mli
parent0f1bb864df2b92d2ffc87d62a539d6cd2f1ab403 (diff)
PR#5584: merge open extensible types, extension-patch-4.0.2
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14737 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'typing/includemod.mli')
-rw-r--r--typing/includemod.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/typing/includemod.mli b/typing/includemod.mli
index b3801ccd3..7ea48f861 100644
--- a/typing/includemod.mli
+++ b/typing/includemod.mli
@@ -28,8 +28,8 @@ type symptom =
| Value_descriptions of Ident.t * value_description * value_description
| Type_declarations of Ident.t * type_declaration
* type_declaration * Includecore.type_mismatch list
- | Exception_declarations of
- Ident.t * exception_declaration * exception_declaration
+ | Extension_constructors of
+ Ident.t * extension_constructor * extension_constructor
| Module_types of module_type * module_type
| Modtype_infos of Ident.t * modtype_declaration * modtype_declaration
| Modtype_permutation