summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/types.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-12-16 19:24:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-12-16 19:24:37 +0000
commitebe50ae19d23458ac9ae2af2189a62796aecbf48 (patch)
tree64d25eea3f9a476486bd9a226eac224a3f126f71 /perl_checker.src/types.mli
parent855b07eb852f472b57e59687f7d90badeb348cf9 (diff)
downloadperl-MDK-Common-ebe50ae19d23458ac9ae2af2189a62796aecbf48.tar
perl-MDK-Common-ebe50ae19d23458ac9ae2af2189a62796aecbf48.tar.gz
perl-MDK-Common-ebe50ae19d23458ac9ae2af2189a62796aecbf48.tar.bz2
perl-MDK-Common-ebe50ae19d23458ac9ae2af2189a62796aecbf48.tar.xz
perl-MDK-Common-ebe50ae19d23458ac9ae2af2189a62796aecbf48.zip
- add the tuple(...) context
- check that the value xxx in "... or xxx" is dropped - handle "... or ..., ..."
Diffstat (limited to 'perl_checker.src/types.mli')
-rw-r--r--perl_checker.src/types.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl_checker.src/types.mli b/perl_checker.src/types.mli
index 812392d..e10e8f5 100644
--- a/perl_checker.src/types.mli
+++ b/perl_checker.src/types.mli
@@ -20,6 +20,7 @@ type maybe_context =
| M_int | M_float | M_string | M_ref of maybe_context | M_revision | M_sub
| M_scalar
+ | M_tuple of maybe_context list
| M_list
| M_array
| M_hash