lean4-htt/library
Leonardo de Moura 1726d37d4e fix(library/algebra/order): decidable_linear_order
Add fields for decidable_eq and decidable_le.
We need this because a concrete instance may have its own
implementation that is not definitionally equal to
the old ones defined at library/algebra/order.lean.
Without this change, types such as nat and int would
have multiple definitions for decidable_eq and decidable_le
which are not definitionally equal.
2016-12-17 14:01:43 -08:00
..
data fix(library/algebra/order): decidable_linear_order 2016-12-17 14:01:43 -08:00
init fix(library/algebra/order): decidable_linear_order 2016-12-17 14:01:43 -08:00
system feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
tools refactor(library/debugger): move debugger to tools 2016-12-17 10:50:13 -08:00
.project feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
library.md fix(library/library.md): stray keystroke 2016-11-19 10:25:33 -08:00
standard.lean chore(library/system): enforce Lean naming conventions IO ==> io 2016-11-17 11:27:37 -08:00