fix(library/init/meta/relation_tactics): typo

This commit is contained in:
Leonardo de Moura 2016-06-29 07:25:58 +01:00
parent 3963fa7cad
commit 75eab6471d

View file

@ -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 :=