.. |
e1.lean
|
feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform
|
2014-07-01 16:55:41 -07:00 |
e2.lean
|
fix(frontends/lean): infer type of definitions
|
2014-06-25 08:39:14 -07:00 |
e3.lean
|
feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform
|
2014-07-01 16:55:41 -07:00 |
e4.lean
|
feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform
|
2014-07-01 16:55:41 -07:00 |
e5.lean
|
feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform
|
2014-07-01 16:55:41 -07:00 |
e6.lean
|
test(tests/lean/run): add simple overloading test
|
2014-06-26 09:32:12 -07:00 |
e7.lean
|
test(tests/lean/run): add test demonstrating how to control ambiguity
|
2014-06-26 09:32:19 -07:00 |
e8.lean
|
test(tests/lean/run): more tests on how to deal with ambiguity
|
2014-06-26 09:32:26 -07:00 |
e9.lean
|
test(tests/lean/run): more tests on how to deal with ambiguity
|
2014-06-26 09:32:26 -07:00 |
e10.lean
|
fix(frontends/lean/builtin_cmds): abstract section parameters in the 'check' command
|
2014-06-26 10:06:50 -07:00 |
e11.lean
|
fix(frontends/lean/builtin_cmds): abstract section parameters in the 'check' command
|
2014-06-26 10:06:50 -07:00 |
e12.lean
|
test(tests/lean/run): add another example on how to deal with ambiguity
|
2014-06-26 10:18:35 -07:00 |
e13.lean
|
feat(library/scoped_ext): do not import 'children' namespace objects
|
2014-06-26 10:32:34 -07:00 |
e14.lean
|
feat(kernel): add infer implicit, and use it to infer implicit arguments of inductive datatype eliminators, and tag whether parameters should be implicit or not in introduction rules in the module inductive_cmd
|
2014-06-28 13:57:36 -07:00 |
e15.lean
|
feat(kernel): add infer implicit, and use it to infer implicit arguments of inductive datatype eliminators, and tag whether parameters should be implicit or not in introduction rules in the module inductive_cmd
|
2014-06-28 13:57:36 -07:00 |
e16.lean
|
feat(kernel): add infer implicit, and use it to infer implicit arguments of inductive datatype eliminators, and tag whether parameters should be implicit or not in introduction rules in the module inductive_cmd
|
2014-06-28 13:57:36 -07:00 |
e17.lean
|
feat(kernel): add infer implicit, and use it to infer implicit arguments of inductive datatype eliminators, and tag whether parameters should be implicit or not in introduction rules in the module inductive_cmd
|
2014-06-28 13:57:36 -07:00 |
e18.lean
|
chore(tests): add missing tests
|
2014-06-29 09:03:51 -07:00 |
have1.lean
|
feat(frontends/lean): add '[fact]' modifier for 'have' expression
|
2014-06-20 11:58:05 -07:00 |
have2.lean
|
feat(frontends/lean): add '[fact]' modifier for 'have' expression
|
2014-06-20 11:58:05 -07:00 |
have3.lean
|
feat(frontends/lean): add 'then have' expression
|
2014-06-20 14:27:21 -07:00 |
have4.lean
|
feat(frontends/lean): add 'then have' expression
|
2014-06-20 14:27:21 -07:00 |
have5.lean
|
refactor(library/tactic): add namespace 'tactic', improve expr_to_tactic failure error message
|
2014-07-02 10:45:09 -07:00 |
have6.lean
|
feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform
|
2014-07-01 16:55:41 -07:00 |
imp.lean
|
fix(frontends/lean): '@' explicit mark
|
2014-06-28 07:30:36 -07:00 |
ind0.lean
|
feat(frontends/lean): add inductive_cmd
|
2014-06-18 16:00:59 -07:00 |
ind1.lean
|
feat(frontends/lean): add inductive_cmd
|
2014-06-18 16:00:59 -07:00 |
ind2.lean
|
feat(frontends/lean): add inductive_cmd
|
2014-06-18 16:00:59 -07:00 |
ind3.lean
|
refactor(frontends/lean/inductive_cmd): redesign inductive datatype elaboration, use the new elaborator, and use simpler algorithm to infer the resulting universe
|
2014-06-28 15:33:56 -07:00 |
ind4.lean
|
feat(frontends/lean): add inductive_cmd
|
2014-06-18 16:00:59 -07:00 |
ind5.lean
|
feat(frontends/lean): flip definition modifiers position, now they must occur after the identifier
|
2014-06-20 11:58:05 -07:00 |
ind6.lean
|
refactor(frontends/lean/inductive_cmd): redesign inductive datatype elaboration, use the new elaborator, and use simpler algorithm to infer the resulting universe
|
2014-06-28 15:33:56 -07:00 |
ind7.lean
|
feat(frontends/lean): add inductive_cmd
|
2014-06-18 16:00:59 -07:00 |
local_using.lean
|
feat(frontends/lean): add notation overwrite
|
2014-06-23 16:10:36 -07:00 |
n1.lean
|
feat(frontends/lean/parser): expand Lua parser API
|
2014-06-18 08:03:17 -07:00 |
n2.lean
|
feat(frontends/lean/parser): add local_scope object to Lua API
|
2014-06-18 08:38:23 -07:00 |
n3.lean
|
feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform
|
2014-07-01 16:55:41 -07:00 |
n4.lean
|
feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform
|
2014-07-01 16:55:41 -07:00 |
num.lean
|
feat(frontends/lean): parse numerals as expressions of type 'num.num'
|
2014-07-02 08:09:33 -07:00 |
simple.lean
|
refactor(frontends/lean): Bool does not need to be a reserved keyword
|
2014-06-16 10:52:12 -07:00 |
string.lean
|
feat(frontends/lean): parse strings as expressions of type 'string.string'
|
2014-07-02 10:00:55 -07:00 |
t1.lean
|
refactor(frontends/lean): Bool does not need to be a reserved keyword
|
2014-06-16 10:52:12 -07:00 |
t2.lean
|
feat(frontends/lean/parser): add parse_level
|
2014-06-12 12:34:55 -07:00 |
t4.lean
|
feat(frontends/lean/parser): allow explicit universe level to be provided to aliases and locals
|
2014-06-13 18:00:52 -07:00 |
t5.lean
|
test(lean/run): add overload test
|
2014-06-13 18:06:44 -07:00 |
t6.lean
|
feat(frontends/lean/builtin_exprs): add parser for 'let' expressions
|
2014-06-16 09:50:34 -07:00 |
t7.lean
|
feat(frontends/lean/builtin_exprs): parse '_' placeholder
|
2014-06-16 10:41:08 -07:00 |
t8.lean
|
refactor(library/tactic): add namespace 'tactic', improve expr_to_tactic failure error message
|
2014-07-02 10:45:09 -07:00 |
t9.lean
|
feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform
|
2014-07-01 16:55:41 -07:00 |
t10.lean
|
feat(frontends/lean/builtin_cmds): add 'print options' command
|
2014-06-16 17:31:28 -07:00 |
t11.lean
|
feat(frontends/lean/builtin_cmds): change notation for marking implicit/cast parameter in sections
|
2014-06-22 17:51:00 -07:00 |
tactic1.lean
|
refactor(library/tactic): add namespace 'tactic', improve expr_to_tactic failure error message
|
2014-07-02 10:45:09 -07:00 |
tactic2.lean
|
refactor(library/tactic): add namespace 'tactic', improve expr_to_tactic failure error message
|
2014-07-02 10:45:09 -07:00 |
tactic3.lean
|
feat(library/tactic): expose 'trace' tactic
|
2014-07-02 10:52:45 -07:00 |
tactic4.lean
|
refactor(library/tactic): add namespace 'tactic', improve expr_to_tactic failure error message
|
2014-07-02 10:45:09 -07:00 |
tactic5.lean
|
refactor(library/tactic): add namespace 'tactic', improve expr_to_tactic failure error message
|
2014-07-02 10:45:09 -07:00 |
tactic6.lean
|
refactor(library/tactic): add namespace 'tactic', improve expr_to_tactic failure error message
|
2014-07-02 10:45:09 -07:00 |
tactic7.lean
|
feat(library/tactic): new apply tactic
|
2014-07-02 13:14:50 -07:00 |
tactic8.lean
|
feat(library/tactic): new apply tactic
|
2014-07-02 13:14:50 -07:00 |
tactic9.lean
|
feat(library/tactic): new apply tactic
|
2014-07-02 13:14:50 -07:00 |
tactic10.lean
|
feat(library/tactic): new apply tactic
|
2014-07-02 13:14:50 -07:00 |
tactic11.lean
|
feat(frontends/parser): improve error message when an apply tactic refers a local constant that is not marked as [fact]
|
2014-07-02 14:09:01 -07:00 |
test_single.sh
|
feat(tests/lean/run): add test_single script that sets the LEAN_PATH
|
2014-06-29 07:47:46 -07:00 |