feat(library/init/meta/interactive): add interactive done tactic
This commit is contained in:
parent
00aef04b81
commit
5446df1609
1 changed files with 4 additions and 0 deletions
|
|
@ -849,5 +849,9 @@ tactic.by_contradiction >> return ()
|
|||
meta def by_contra : tactic unit :=
|
||||
tactic.by_contradiction >> return ()
|
||||
|
||||
/-- Fail if there are unsolved goals. -/
|
||||
meta def done : tactic unit :=
|
||||
tactic.done
|
||||
|
||||
end interactive
|
||||
end tactic
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue