aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/genarg.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/genarg.mli')
-rw-r--r--lib/genarg.mli7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/genarg.mli b/lib/genarg.mli
index d509649f2..ac13f545b 100644
--- a/lib/genarg.mli
+++ b/lib/genarg.mli
@@ -187,12 +187,7 @@ val val_tag : 'a typed_abstract_argument_type -> 'a Val.tag
(** {6 Type reification} *)
-type argument_type =
- (** Specific types *)
- | ListArgType of argument_type
- | OptArgType of argument_type
- | PairArgType of argument_type * argument_type
- | ExtraArgType of string
+type argument_type = ArgumentType : ('a, 'b, 'c) genarg_type -> argument_type
(** {6 Equalities} *)