fix(library/init/meta/relation_tactics): typo
This commit is contained in:
parent
3963fa7cad
commit
75eab6471d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ do tgt ← target,
|
|||
r ← return $ get_app_fn tgt,
|
||||
match op_for env (const_name r) with
|
||||
| some refl := mk_const refl >>= apply
|
||||
| none := fail (tac_name ++ " tactic failed, target is not a reflexive relation application")
|
||||
| none := fail $ tac_name ++ " tactic failed, target is not a relation application with the expected property."
|
||||
end
|
||||
|
||||
meta_definition reflexivity : tactic unit :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue