aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/constrarg.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-05-22 00:58:56 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-05-22 01:03:44 +0200
commit9c927ebdd7e72bb4ae39b549f55f375d66683be5 (patch)
tree3952c62a17e4b73986d5f2bb52034cd8ae57fa6e /interp/constrarg.mli
parentcfd8ec82784a5c893b63f3c82736eb76fe487ad7 (diff)
Removing useless use of metaids in tactic AST.
Diffstat (limited to 'interp/constrarg.mli')
-rw-r--r--interp/constrarg.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrarg.mli b/interp/constrarg.mli
index d5d19f2ea..983163ec1 100644
--- a/interp/constrarg.mli
+++ b/interp/constrarg.mli
@@ -70,4 +70,4 @@ val wit_red_expr :
val wit_tactic : (raw_tactic_expr, glob_tactic_expr, glob_tactic_expr) genarg_type
-val wit_clause_dft_concl : (Names.Id.t Loc.located Tacexpr.or_metaid Locus.clause_expr,Names.Id.t Loc.located Locus.clause_expr,Names.Id.t Locus.clause_expr) genarg_type
+val wit_clause_dft_concl : (Names.Id.t Loc.located Locus.clause_expr,Names.Id.t Loc.located Locus.clause_expr,Names.Id.t Locus.clause_expr) genarg_type