diff options
| author | Pierre-Marie Pédrot | 2013-12-19 20:02:39 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2013-12-19 20:10:23 +0100 |
| commit | 631298df172c1e034d6898ff13d5d5aabb9a5098 (patch) | |
| tree | b43a195fe510f6692aa5b17c48358a630f04cb1b /lib/genarg.mli | |
| parent | cfeb55070713c8131ca0f95c6c374c624b36a895 (diff) | |
Removing the useless pattern ident genarg.
Diffstat (limited to 'lib/genarg.mli')
| -rw-r--r-- | lib/genarg.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/genarg.mli b/lib/genarg.mli index 51c261742e..f275b0d004 100644 --- a/lib/genarg.mli +++ b/lib/genarg.mli @@ -191,7 +191,7 @@ val app_pair : type argument_type = (** Basic types *) | IntOrVarArgType - | IdentArgType of bool + | IdentArgType | VarArgType (** Specific types *) | GenArgType |
