diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-05-14 09:48:20 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-05-14 09:48:20 +0000 |
commit | 4d7abfbc16022eab8af392bd3e6d76cf4773f2c2 (patch) | |
tree | e883430c77d37c7c933652bca86be8dcc3697272 /typing/types.ml | |
parent | 6ef3a9c5a2ca32049682798e1e6f4521ea196836 (diff) | |
download | ocaml-multimatch.tar.gz |
merge from HEADmultimatch
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/multimatch@5563 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'typing/types.ml')
-rw-r--r-- | typing/types.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/typing/types.ml b/typing/types.ml index 2c3b5b6ebb..ed6e5bc02d 100644 --- a/typing/types.ml +++ b/typing/types.ml @@ -142,6 +142,7 @@ and type_kind = | Type_variant of (string * type_expr list) list | Type_record of (string * mutable_flag * type_expr) list * record_representation + | Type_private of type_kind type exception_declaration = type_expr list |