chore: remove temp hack

This commit is contained in:
Leonardo de Moura 2019-11-18 13:33:47 -08:00
parent cba3dabcec
commit 1dad28af79

View file

@ -21,8 +21,6 @@ inductive Name
attribute [extern "lean_name_mk_string"] Name.str
attribute [extern "lean_name_mk_numeral"] Name.num
@[matchPattern] abbrev Name.mkString := Name.str
instance : Inhabited Name :=
⟨Name.anonymous⟩