Leonardo de Moura
|
ea6eee516b
|
chore(frontends/lean): use => instead of := in match-expressions
Motivation: use same separator used in lambda expressions as in
other programming languages.
|
2019-07-04 11:38:38 -07:00 |
|
Leonardo de Moura
|
a02443d23d
|
chore(frontends/lean): fun x, e ==> fun x => e
|
2019-07-02 13:22:11 -07:00 |
|
Leonardo de Moura
|
ab487ea4ac
|
feat(frontends/lean): allow ; instead of in in let-decls
|
2019-06-27 17:12:03 -07:00 |
|
Leonardo de Moura
|
16d423dab6
|
feat(frontends/lean): switch to [extern] implemented in Lean
This commit also changes how we represent attribute parameters as
Syntax objects.
|
2019-06-26 10:57:33 -07:00 |
|
Leonardo de Moura
|
64ee4e01a8
|
refactor(library/init/lean/attributes): split getParam into getParam and afterSet
|
2019-06-26 10:09:57 -07:00 |
|
Leonardo de Moura
|
1ff6ee3155
|
feat(library/init/lean/attributes): allow getParam at ParametricAttribute registration to update environment
|
2019-06-25 09:15:55 -07:00 |
|
Leonardo de Moura
|
45dc2cd49a
|
feat(library/init/lean/compiler): [export] attribute in Lean
|
2019-06-24 15:48:12 -07:00 |
|