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

This commit is contained in:
Jeremy Avigad 2016-08-18 10:12:59 -07:00 committed by Leonardo de Moura
parent 440d30300f
commit 4af0e0a2de

View file

@ -17,7 +17,7 @@ meta_constant simp_lemmas : Type₁
computed with respect to the given transparency setting. -/
meta_constant mk_simp_lemmas_core : transparency → list name → list name → tactic simp_lemmas
/- Create an empty simp_lemmas. That is, it ignores the lemmas marked with the [simp] attribute. -/
meta_constant mk_empy_simp_lemmas : tactic simp_lemmas
meta_constant mk_empty_simp_lemmas : tactic simp_lemmas
/- (simp_lemmas_insert_core m lemmas id lemma priority) adds the given lemma to the set simp_lemmas. -/
meta_constant simp_lemmas_insert_core : transparency → simp_lemmas → expr → tactic simp_lemmas