refactor(library/data/hf): add local attribute to make proofs more robust

This commit is contained in:
Leonardo de Moura 2015-08-31 17:05:07 -10:00
parent f74d7fc266
commit 92716972c0

View file

@ -16,6 +16,8 @@ open -[notations]finset
definition hf := nat
namespace hf
local attribute hf [reducible]
protected definition prio : num := num.succ std.priority.default
protected definition is_inhabited [instance] : inhabited hf :=