diff options
| author | Pierre-Marie Pédrot | 2016-05-13 00:16:09 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-05-16 21:17:24 +0200 |
| commit | 73cdb000ec07ec484557839c4b94fcf779df2f06 (patch) | |
| tree | 4aa04d713d26b537c187e1be801b4788d4a4e915 /toplevel | |
| parent | cead0ce54cf290016e088ee7f203d327a3eea957 (diff) | |
Put the "clear" tactic into the monad.
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/vernacentries.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index b40f61b15e..0e5cef828b 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -861,7 +861,7 @@ let vernac_set_used_variables e = Proof_global.with_current_proof begin fun _ p -> if List.is_empty to_clear then (p, ()) else - let tac = Proofview.V82.tactic (Tactics.clear to_clear) in + let tac = Tactics.clear to_clear in fst (solve SelectAll None tac p), () end |
