Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Leonardo de Moura eb79af98ba feat(frontends/lean/parse_config): add get_notation_entries auxiliary function for returning the list of notation declarations that start with a given head symbol
This API is need to take notation declarations into account when pretty
printing expressions.
2014-10-18 11:49:27 -07:00
bin feat(bin/linja): remove redundant flycheck item starting with "failed to add declaration" 2014-10-15 17:05:27 -07:00
doc refactor(kernel/expr): remove dead code 2014-10-16 13:09:26 -07:00
images chore(*): add logo 2014-04-29 16:21:17 -07:00
library refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
script fix(script/demangle_cpptype): process line-by-line, instead of waiting for EOF 2013-09-29 18:36:01 -07:00
src feat(frontends/lean/parse_config): add get_notation_entries auxiliary function for returning the list of notation declarations that start with a given head symbol 2014-10-18 11:49:27 -07:00
tests perf(kernel/metavar): improve occurs_expr and occurs performance 2014-10-17 14:05:22 -07:00
.gitignore chore(.gitignore): add .lean_options 2014-09-04 15:04:57 -07:00
.travis.osx.yml chore(.travis.osx.yml): add configurations using clang++ 2014-10-06 14:45:28 -07:00
.travis.windows.yml feat(build): add 'CROSS_COMPILE' cmake option 2014-09-26 09:26:40 -07:00
.travis.yml feat(build): add 'CONSERVE_MEMORY' cmake option 2014-09-29 12:44:29 -07:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md doc(README.md): add syntax_highlight_in_latex 2014-10-08 08:06:33 -07:00

logo

LicenseUbuntuOS XWindowsCoverageBuilds/TestsStatic Analysis
Coverity Scan Build Status

About

Requirements

Installing required packages at

Windows

Linux

OS X

Build Instructions

Miscellaneous