aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/tacexpr.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml
index 743f3cd09d..cf4741e5e2 100644
--- a/proofs/tacexpr.ml
+++ b/proofs/tacexpr.ml
@@ -129,11 +129,11 @@ type ('constr,'pat,'cst,'ind,'ref,'id,'tac) gen_atomic_tactic_expr =
| TacCofix of identifier option
| TacMutualCofix of identifier * (identifier * 'constr) list
| TacCut of 'constr
- | TacTrueCut of identifier option * 'constr
+ | TacTrueCut of name * 'constr
| TacForward of bool * name * 'constr
| TacGeneralize of 'constr list
| TacGeneralizeDep of 'constr
- | TacLetTac of identifier * 'constr * 'id gclause
+ | TacLetTac of name * 'constr * 'id gclause
| TacInstantiate of int * 'constr * 'id gclause
(* Derived basic tactics *)