Leonardo de Moura
|
90a79a0b06
|
chore: remove command universes
Now, `universe` may declare many universes. The goal is to make it
consistent with the `variable` command
|
2021-06-29 17:01:07 -07:00 |
|
Sebastian Ullrich
|
8a02dfec4f
|
feat: subsume variables under variable
/cc @leodemoura
|
2021-01-22 14:36:05 +01: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
|
5fed774461
|
chore: HasRepr ==> Repr
|
2020-10-27 16:15:10 -07:00 |
|
Sebastian Ullrich
|
3ed67138d5
|
chore(*): update equation syntax in files and old parser
for f in ../../**/*.lean; do echo $f; ./patch.lean.out $f > tmp && cat tmp > $f; done
|
2019-08-09 11:11:34 +02:00 |
|
Leonardo de Moura
|
b0d0cf973d
|
chore(tests): fix tests
|
2019-07-25 17:44:25 -07:00 |
|
Leonardo de Moura
|
8944767f6c
|
chore(frontends/lean): Π ==> ∀
|
2019-07-07 08:13:40 -07:00 |
|
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 |
|
Sebastian Ullrich
|
247e3f4aa2
|
chore(tests/bench): fix benchmarks
|
2019-06-30 13:29:23 +02:00 |
|
Sebastian Ullrich
|
9b9465d299
|
chore(tests/bench): move out from playground/
|
2019-05-29 16:33:50 +02:00 |
|