Sebastian Ullrich
|
f90e4ae30c
|
feat: more TSyntax API & coercions
|
2022-06-27 22:37:02 +02:00 |
|
Sebastian Ullrich
|
ae7b895f7a
|
refactor: unname some unused variables
|
2022-06-07 16:37:45 -07:00 |
|
Leonardo de Moura
|
c65537aea5
|
feat: Option is a Monad again
TODO: remove `OptionM` after update stage0
see: https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Do.20we.20still.20need.20OptionM.3F/near/279761084
|
2022-05-04 15:27:42 -07:00 |
|
Leonardo de Moura
|
84f374702d
|
feat: add fields isInstance and isType to InteractiveHypothesis
see https://github.com/leanprover/vscode-lean4/issues/76
|
2021-12-10 09:08:55 -08:00 |
|
Leonardo de Moura
|
3714cf16ec
|
refactor: lazy evaluation for <|>
see #617
|
2021-09-07 17:06:10 -07:00 |
|
Leonardo de Moura
|
a821dcbff2
|
chore: enforce naming convention for theorems
see issue #402
fix: `ElabTerm.lean`
|
2021-08-07 12:48:38 -07:00 |
|
Leonardo de Moura
|
a230fe2d06
|
fix: forallMetaTelescope issue
This commit incorporates the fix at PR #612, and clean up
`Meta/Basic.lean` using Lean 4 features.
|
2021-08-06 09:47:10 -07:00 |
|
Leonardo de Moura
|
7398db5f3f
|
fix: rw final goal state
|
2021-05-04 16:58:44 -07:00 |
|
Leonardo de Moura
|
3a80e87793
|
chore: #405 step 1
|
2021-04-22 20:03:48 -07:00 |
|
Leonardo de Moura
|
9a5f239513
|
refactor: remove Monad Option and Alternative Option
We should use `OptionM` instead.
`Option` still implements `Functor` and `OrElse`.
cc @Kha
|
2021-03-20 18:25:25 -07:00 |
|
Leonardo de Moura
|
67bcff3bc8
|
chore: use deriving DecidableEq
|
2020-12-17 17:48:23 -08:00 |
|
Leonardo de Moura
|
731ca49088
|
chore: cleanup
|
2020-12-13 15:51:34 -08:00 |
|
Leonardo de Moura
|
be812081f4
|
chore: using "unbound implicit locals"
|
2020-11-23 13:09:02 -08:00 |
|
Leonardo de Moura
|
c7a31ed52e
|
chore: remove duplicate instances
|
2020-11-21 11:05:52 -08:00 |
|
Leonardo de Moura
|
6ab0be952c
|
chore: merge src/Control files
Some of them were almost empty after the refactoring.
|
2020-11-10 18:47:23 -08:00 |
|
Leonardo de Moura
|
a8c791ecae
|
chore: remove dead files and functions
Remove obsolete combinators: `whenM`, `unlessM`, and `condM`
cc @Kha
|
2020-11-10 18:37:15 -08:00 |
|
Leonardo de Moura
|
2daeb195b5
|
chore: use new names
|
2020-11-10 10:15:19 -08:00 |
|
Leonardo de Moura
|
bcae20381f
|
chore: naming convention
|
2020-10-31 19:19:18 -07:00 |
|
Leonardo de Moura
|
898a08a0c1
|
chore: avoid Has prefix in type classes
closes #203
|
2020-10-27 18:29:19 -07:00 |
|
Leonardo de Moura
|
13c2a8ff51
|
chore: remove #lang lean4 header
|
2020-10-25 09:54:07 -07:00 |
|
Leonardo de Moura
|
78c05e8f46
|
chore: move to new frontend
|
2020-10-23 16:13:55 -07:00 |
|
Leonardo de Moura
|
bd58048449
|
chore: { <source> with ... } syntax
|
2020-05-20 15:08:43 -07:00 |
|
Sebastian Ullrich
|
e999fa678d
|
feat: add some useful helper functions I didn't actually use in the end
|
2020-03-19 17:14:31 -07:00 |
|
Leonardo de Moura
|
e9e4dfe1ff
|
feat: add new Coe.lean
|
2020-01-28 13:10:30 -08:00 |
|
Leonardo de Moura
|
7809274c3a
|
chore: Coe.lean ==> HasCoe.lean
|
2020-01-28 08:55:22 -08:00 |
|
Sebastian Ullrich
|
81381d5c77
|
feat: make all antiquotation kinds optional
|
2019-12-30 08:24:29 -08:00 |
|
Leonardo de Moura
|
2809cea147
|
chore: remove DecidableEq workaround
We have better indexing now.
|
2019-11-26 17:30:18 -08:00 |
|
Leonardo de Moura
|
c445199747
|
chore: library/Init ==> src/Init
cc @Kha @dselsam @cipher1024
|
2019-11-22 06:06:05 -08:00 |
|