chore(library/init/meta/interactive): improve error message
This commit is contained in:
parent
d0ab6065c3
commit
09bf8921fe
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ do e ← to_expr p,
|
|||
tactic.generalize e x
|
||||
|
||||
meta def trivial : tactic unit :=
|
||||
tactic.triv <|> tactic.reflexivity <|> tactic.contradiction
|
||||
tactic.triv <|> tactic.reflexivity <|> tactic.contradiction <|> fail "trivial tactic failed"
|
||||
|
||||
meta def contradiction : tactic unit :=
|
||||
tactic.contradiction
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue