diff options
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r-- | perl_checker.src/parser_helper.mli | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli index 03d9af9..77fef90 100644 --- a/perl_checker.src/parser_helper.mli +++ b/perl_checker.src/parser_helper.mli @@ -149,9 +149,13 @@ val to_Local : Types.fromparser Types.prio_anyexpr Types.any_spaces_pos -> Types.fromparser val sub_declaration : - Types.fromparser * string -> Types.fromparser list -> Types.fromparser + Types.fromparser * string option -> + Types.fromparser list -> Types.fromparser val anonymous_sub : + string option -> Types.fromparser list Types.any_spaces_pos -> Types.fromparser +val call_with_same_para_special : Types.fromparser -> Types.fromparser +val remove_call_with_same_para_special : Types.fromparser -> Types.fromparser val cook_call_op : string -> Types.fromparser list -> int * int -> Types.fromparser val to_Call_op : |