summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli
index 09a6a0e..86cd2b2 100644
--- a/perl_checker.src/parser_helper.mli
+++ b/perl_checker.src/parser_helper.mli
@@ -150,7 +150,7 @@ val to_Local :
Types.fromparser
val sub_declaration :
Types.fromparser * string option ->
- Types.fromparser list -> Types.fromparser
+ Types.fromparser list -> Types.sub_declaration_kind -> Types.fromparser
val anonymous_sub :
string option ->
Types.fromparser list Types.any_spaces_pos -> Types.fromparser