aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/genarg.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/genarg.mli')
-rw-r--r--lib/genarg.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/genarg.mli b/lib/genarg.mli
index 56c09f14f..8099c062a 100644
--- a/lib/genarg.mli
+++ b/lib/genarg.mli
@@ -265,6 +265,9 @@ val wit_opt : ('a, 'b, 'c) genarg_type -> ('a option, 'b option, 'c option) gena
val wit_pair : ('a1, 'b1, 'c1) genarg_type -> ('a2, 'b2, 'c2) genarg_type ->
('a1 * 'a2, 'b1 * 'b2, 'c1 * 'c2) genarg_type
+val arg_list : ('a, 'l) abstract_argument_type -> ('a list, 'l) abstract_argument_type
+val arg_opt : ('a, 'l) abstract_argument_type -> ('a option, 'l) abstract_argument_type
+
(** {5 Magic used by the parser} *)
val default_empty_value : ('raw, 'glb, 'top) genarg_type -> 'raw option