fix(library/algebra): missing file
This commit is contained in:
parent
cf574d0127
commit
14f7e3de94
1 changed files with 8 additions and 0 deletions
8
library/algebra/priority.lean
Normal file
8
library/algebra/priority.lean
Normal file
|
@ -0,0 +1,8 @@
|
|||
/-
|
||||
Copyright (c) 2015 Microsoft Corporation. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Author: Leonardo de Moura
|
||||
-/
|
||||
namespace algebra
|
||||
protected definition prio := num.sub std.priority.default 100
|
||||
end algebra
|
Loading…
Reference in a new issue