refactor(library/data/hf): add local attribute to make proofs more robust
This commit is contained in:
parent
f74d7fc266
commit
92716972c0
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ open -[notations]finset
|
||||||
definition hf := nat
|
definition hf := nat
|
||||||
|
|
||||||
namespace hf
|
namespace hf
|
||||||
|
local attribute hf [reducible]
|
||||||
|
|
||||||
protected definition prio : num := num.succ std.priority.default
|
protected definition prio : num := num.succ std.priority.default
|
||||||
|
|
||||||
protected definition is_inhabited [instance] : inhabited hf :=
|
protected definition is_inhabited [instance] : inhabited hf :=
|
||||||
|
|
Loading…
Add table
Reference in a new issue