aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
Diffstat (limited to 'interp')
-rw-r--r--interp/genarg.ml1
-rw-r--r--interp/genarg.mli1
2 files changed, 0 insertions, 2 deletions
diff --git a/interp/genarg.ml b/interp/genarg.ml
index 2c38b4c79d..2d51e2a183 100644
--- a/interp/genarg.ml
+++ b/interp/genarg.ml
@@ -44,7 +44,6 @@ type argument_type =
| PairArgType of argument_type * argument_type
| ExtraArgType of string
-type 'a or_var = ArgArg of 'a | ArgVar of identifier located
type 'a and_short_name = 'a * identifier located option
type rawconstr_and_expr = rawconstr * constr_expr option
diff --git a/interp/genarg.mli b/interp/genarg.mli
index 858457e3f7..dacafc4571 100644
--- a/interp/genarg.mli
+++ b/interp/genarg.mli
@@ -16,7 +16,6 @@ open Rawterm
open Topconstr
open Term
-type 'a or_var = ArgArg of 'a | ArgVar of identifier located
type 'a and_short_name = 'a * identifier located option
(* In globalize tactics, we need to keep the initial [constr_expr] to recompute*)