aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/genarg.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/genarg.mli')
-rw-r--r--lib/genarg.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/genarg.mli b/lib/genarg.mli
index 674ee97ae..8d929f9f6 100644
--- a/lib/genarg.mli
+++ b/lib/genarg.mli
@@ -212,10 +212,8 @@ val val_cast : 'a typed_abstract_argument_type -> Val.t -> 'a
type argument_type =
(** Basic types *)
- | IdentArgType
- | VarArgType
- (** Specific types *)
| ConstrArgType
+ (** Specific types *)
| ListArgType of argument_type
| OptArgType of argument_type
| PairArgType of argument_type * argument_type