diff options
Diffstat (limited to 'tactics/tacsubst.ml')
| -rw-r--r-- | tactics/tacsubst.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacsubst.ml b/tactics/tacsubst.ml index 1eec2f257e..2f47b90002 100644 --- a/tactics/tacsubst.ml +++ b/tactics/tacsubst.ml @@ -185,7 +185,7 @@ let rec subst_atomic subst (t:glob_atomic_tactic_expr) = match t with (* Context management *) | TacClear _ as x -> x | TacClearBody l as x -> x - | TacMove (dep,id1,id2) as x -> x + | TacMove (id1,id2) as x -> x | TacRename l as x -> x (* Constructors *) |
