Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Jeremy Avigad a08395b17e refactor(library/algebra/complete_lattice): make complete lattices more usable
I addressed two problems. First, the theorem names and notation were all in
the namespace complete_lattice. The problem was that if you opened that
namespace, names (like "sup" and "inf") and notation clashed with global notation
for lattices.

The other problem was that if you defined a lattice using Sup, the Sup you got
was not the Sup you want; it was the Sup-construction from the Inf-construction
from the Sup.

Everything seems good now.
2016-02-22 11:25:23 -08:00
bin fix(bin/linja.in): roll back d8fb6f5 2016-02-15 14:31:15 -05:00
doc chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
extras feat(library/unification_hint): basic handling of user-supplied unification hints 2016-02-12 11:48:51 -08:00
hott feat(pointed/equiv): add more theorems 2016-02-22 11:15:39 -08:00
images chore(CMakeLists.txt): move Lean logo to make sure we can test leanemacs without installing Lean 2015-01-31 17:38:49 -08:00
library refactor(library/algebra/complete_lattice): make complete lattices more usable 2016-02-22 11:25:23 -08:00
script chore(hott): cleanup 2015-12-10 10:42:16 -08:00
src feat(hott): add some more abstracts 2016-02-22 11:15:39 -08:00
tests/lean fix(tests): fix delta_issue2 2016-02-22 11:15:38 -08:00
.gitignore feat(util/file_lock): add support for Windows 2015-12-14 10:07:26 -08:00
.travis.osx.yml fix(.travis.osx.yml): explicitly turn on multi-thread support 2015-05-06 02:37:31 -04:00
.travis.windows.yml fix(.travis.windows.yml): use cmake-2.8.11.2 2015-05-05 17:17:37 -04:00
.travis.yml fix(.travis.yml): add missing ';'s 2015-05-13 17:52:39 -04:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md chore(README): remove coveralls "badge" 2015-08-20 18:00:15 -07:00

logo

LicenseWindowsUbuntuOS XBuilds/Tests

Issue Stats Issue Stats

About

Requirements

Installing required packages at

Windows

Linux

OS X

Build Instructions

Miscellaneous