Leonardo de Moura
|
85c468c853
|
fix: remove internal name hack at [specialize] and [inline] attributes
|
2022-09-23 20:25:16 -07:00 |
|
Leonardo de Moura
|
011521013d
|
feat: use phase at inferConstType, save specialization
|
2022-09-23 16:45:04 -07:00 |
|
Leonardo de Moura
|
1e846ae280
|
test: for LCNF
|
2022-09-23 14:02:34 -07:00 |
|
Leonardo de Moura
|
4323205185
|
fix: support user-defined empty inductives at toLCNF
|
2022-09-23 05:50:02 -07:00 |
|
Leonardo de Moura
|
0b4590bd69
|
test: add erased.lean
|
2022-09-23 05:29:42 -07:00 |
|
Leonardo de Moura
|
eed569153b
|
fix: dependent field issue
|
2022-09-22 20:38:42 -07:00 |
|
Leonardo de Moura
|
412a05d0d6
|
fix: ensure cases field parameters do not occur in types
|
2022-09-22 20:15:39 -07:00 |
|
Leonardo de Moura
|
c0ac2138f7
|
fix: ensure inferForallType at LCNF handles universes like the kernel and MetaM
|
2022-09-22 16:38:16 -07:00 |
|
Leonardo de Moura
|
1437b9cd90
|
fix: non-termination when eta-expanding Eq.ndrec at toLCNF
|
2022-09-22 16:04:19 -07:00 |
|
Leonardo de Moura
|
f721e44718
|
fix: simplify compatibleTypes
Add note about "erasure confusion" in LCNF.
|
2022-09-22 15:15:32 -07:00 |
|
Leonardo de Moura
|
708a777d74
|
test: add more LCNF tests
|
2022-09-21 21:12:17 -07:00 |
|
Mario Carneiro
|
9faca046d6
|
fix: fix test
|
2022-09-21 18:04:31 -07:00 |
|
Leonardo de Moura
|
727ee79f05
|
fix: exponential blowup at LCNF simp
|
2022-09-20 17:03:40 -07:00 |
|
Mario Carneiro
|
a74892a36b
|
feat: multiple case
|
2022-09-20 14:15:37 -07:00 |
|
Gabriel Ebner
|
7356840cbc
|
feat: use sepBy1Indent for tactic blocks
|
2022-09-18 16:43:23 -07:00 |
|
Leonardo de Moura
|
90b9b0b7e9
|
chore: move compiler tests to run folder
|
2022-09-18 15:08:52 -07:00 |
|
Leonardo de Moura
|
50fe9ceeaa
|
test: more tests for new compiler
|
2022-09-16 18:00:27 -07:00 |
|
Leonardo de Moura
|
3c6dee8048
|
fix: LCNF eta expansion bug at Simp.lean
|
2022-09-16 18:00:27 -07:00 |
|
Leonardo de Moura
|
d3b0b49c43
|
feat: improve elabBinRelCore
See new test and comments at `elaBinRelCore`
|
2022-09-15 15:17:57 -07:00 |
|
Mario Carneiro
|
eac410db4e
|
fix: fix tests
|
2022-09-15 14:02:38 -07:00 |
|
Leonardo de Moura
|
9e5a818de5
|
fix: bug at LCNF toDecl
|
2022-09-14 15:23:34 -07:00 |
|
Leonardo de Moura
|
fccb60fb69
|
feat: support for [inlineIfReduce] at new compiler
|
2022-09-13 18:23:42 -07:00 |
|
Leonardo de Moura
|
e8246e026d
|
fix: bug at compatibleTypes
Many thanks to @hargoniX
|
2022-09-13 15:58:06 -07:00 |
|
Leonardo de Moura
|
8f2ab82408
|
fix: bug at bindCases
Many thanks to @hargoniX
|
2022-09-13 15:36:46 -07:00 |
|
Leonardo de Moura
|
7535c12bc5
|
test: add frontend meeting examples to test suite
|
2022-09-13 09:08:38 -07:00 |
|
Mario Carneiro
|
adc215dab9
|
feat: support {s with ..}
|
2022-09-13 07:09:08 -07:00 |
|
Leonardo de Moura
|
b2d6caca0a
|
fix: inferProjType at LCNF
|
2022-09-12 18:27:14 -07:00 |
|
Leonardo de Moura
|
506cf01d94
|
fix: bug at simpCasesOnCtor?
|
2022-09-12 16:02:19 -07:00 |
|
Leonardo de Moura
|
59b4d977b5
|
chore: fix tests
|
2022-09-10 15:06:03 -07:00 |
|
Leonardo de Moura
|
ca098d3769
|
feat: inline applications of the form inline (f ...)
The `inline` identity function is a directive for the compiler.
|
2022-09-10 13:28:49 -07:00 |
|
Leonardo de Moura
|
f1c150228b
|
fix: fixes #1558
|
2022-09-09 15:27:51 -07:00 |
|
Leonardo de Moura
|
abf514378b
|
fix: fixes #1575
|
2022-09-09 15:05:21 -07:00 |
|
Gabriel Ebner
|
fb259f95db
|
feat: remove description argument from register_simp_attr
|
2022-09-08 14:49:43 -07:00 |
|
Leonardo de Moura
|
bf44e9fb2f
|
fix: bug at inferProjType for LCNF
|
2022-09-05 19:23:35 -07:00 |
|
Leonardo de Moura
|
d0600b3750
|
fix: incorrect binder name being used
cc @hargoniX
|
2022-09-04 16:56:42 -07:00 |
|
Mario Carneiro
|
37252e5fa7
|
chore: remove Bootstrap package
|
2022-09-02 16:39:03 -07:00 |
|
Leonardo de Moura
|
d96bf8a633
|
chore: restore accidentally deleted test
25447af13c
|
2022-09-01 06:06:03 -07:00 |
|
Leonardo de Moura
|
25447af13c
|
feat: new code inliner
|
2022-08-31 18:10:32 -07:00 |
|
Sebastian Ullrich
|
2e98726973
|
fix: levelMVarToParam must update levelNames
|
2022-08-31 17:57:07 -07:00 |
|
Mario Carneiro
|
ebb5b97d73
|
chore: move Bootstrap.Data -> Lean.Data
|
2022-08-31 11:48:57 -07:00 |
|
Leonardo de Moura
|
a0b47195ba
|
fix: fixes #1547
|
2022-08-30 11:45:05 -07:00 |
|
Mario Carneiro
|
b2b02295b0
|
chore: move ShareCommon to Init / Lean
|
2022-08-30 07:51:43 -07:00 |
|
Mario Carneiro
|
6a7ccb5797
|
refactor: generalize ShareCommon to a typeclass (#1537)
|
2022-08-29 09:34:38 -07:00 |
|
Mario Carneiro
|
0efbc0bc03
|
chore: remove BinomialHeap, DList, Stack, Queue
These are moving to std4.
|
2022-08-29 07:07:53 -07:00 |
|
Mario Carneiro
|
bf89c5a0f5
|
chore: move Std -> Bootstrap
|
2022-08-29 01:26:12 -07:00 |
|
Leonardo de Moura
|
ee8e771445
|
fix: dotted name bug
|
2022-08-27 10:41:55 -07:00 |
|
Sebastian Ullrich
|
a69d7fb018
|
fix: remove broken Handle.isEof
|
2022-08-26 20:55:09 -07:00 |
|
Mario Carneiro
|
ee22e637cd
|
fix: use withContext at ac_rfl
|
2022-08-26 15:23:24 -07:00 |
|
Leonardo de Moura
|
85866fc238
|
chore: fix and disable some LCNF tests
We still need to port code to the new architecture
|
2022-08-24 14:12:27 -07:00 |
|
Sebastian Ullrich
|
5ce5576b5d
|
fix: hygienic resolution of namespaces
|
2022-08-20 22:29:46 +02:00 |
|