Leonardo de Moura
|
09eb27404f
|
chore: remove <$ and $> notation
cc @Kha
|
2020-06-15 14:52:31 -07:00 |
|
Leonardo de Moura
|
bd58048449
|
chore: { <source> with ... } syntax
|
2020-05-20 15:08:43 -07:00 |
|
Leonardo de Moura
|
50990b99d6
|
chore: remove unnecessary annotations
|
2020-05-12 15:02:03 -07:00 |
|
Leonardo de Moura
|
33a10130cf
|
chore: fix stdlib
|
2020-05-12 15:02:03 -07:00 |
|
Sebastian Ullrich
|
386c706f3e
|
feat: basic parenthesizer
|
2020-05-04 14:28:36 -07:00 |
|
Sebastian Ullrich
|
8f67db0101
|
refactor: never implicitly ignore monadic results
Also change `do e; f` to desugar to `e *> f` so that it is affected as well
|
2020-04-23 11:09:59 -07:00 |
|
Daniel Selsam
|
fd61812b6e
|
fix: wrong instance order for several instances
|
2020-04-08 16:55:48 -07:00 |
|
Leonardo de Moura
|
641cf90cc9
|
feat: add StateM.subsingleton
|
2020-03-02 08:37:55 -08:00 |
|
Leonardo de Moura
|
386e6179ff
|
fix: missing [inline] and code idioms that produce low performance code
|
2020-02-17 19:06:42 -08:00 |
|
Leonardo de Moura
|
05fcb9b4d4
|
chore: remove MonadFail
|
2020-02-10 13:54:27 -08:00 |
|
Leonardo de Moura
|
31bb6a1dec
|
feat: extend tryCoeAndLift
Add combined coe+lift case.
|
2020-02-03 14:30:13 -08:00 |
|
Leonardo de Moura
|
a134db5e07
|
feat: add Coe instances for monads
|
2020-02-03 11:41:00 -08:00 |
|
Leonardo de Moura
|
d8c738bef8
|
feat: elaborate do notation
|
2020-01-31 20:11:06 -08:00 |
|
Leonardo de Moura
|
9a505a0900
|
chore: name instance
|
2020-01-31 17:39:00 -08:00 |
|
Leonardo de Moura
|
018891b168
|
fix: subgoal order at hasMonadLiftTTrans
|
2020-01-30 09:58:21 -08:00 |
|
Leonardo de Moura
|
7809274c3a
|
chore: Coe.lean ==> HasCoe.lean
|
2020-01-28 08:55:22 -08:00 |
|
Leonardo de Moura
|
22c42ec1d8
|
chore: remove unnecessary method
|
2020-01-28 08:24:35 -08:00 |
|
Leonardo de Moura
|
3264210d88
|
chore: helper functions
|
2020-01-03 12:24:14 -08:00 |
|
Leonardo de Moura
|
d37d02b512
|
fix: more general instance
|
2020-01-01 09:16:29 -08:00 |
|
Leonardo de Moura
|
90178dc3d9
|
feat: add syntaxNodeKindExtension
It contains all `SyntaxNodeKind`s registered in the system.
|
2019-12-31 16:36:50 -08:00 |
|
Leonardo de Moura
|
00cc28096c
|
feat: add support for postponing elabTerm
|
2019-12-18 11:05:02 -08:00 |
|
Leonardo de Moura
|
c3005671f5
|
chore: avoid ^do ...
|
2019-12-11 06:19:12 -08:00 |
|
Leonardo de Moura
|
da73cbbdec
|
chore: add abbreviations for monadLift
|
2019-12-09 15:40:38 -08:00 |
|
Leonardo de Moura
|
c445199747
|
chore: library/Init ==> src/Init
cc @Kha @dselsam @cipher1024
|
2019-11-22 06:06:05 -08:00 |
|