Leonardo de Moura
|
41949ee801
|
refactor: String.toNat ==> String.toNat? and String.toNat!
|
2020-03-23 14:29:48 -07:00 |
|
Sebastian Ullrich
|
94b3de0130
|
chore(tests/bench): parameterize all benchmarks
|
2019-08-29 18:38:39 +02: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 |
|
Sebastian Ullrich
|
11ba44ed8a
|
chore(tests/bench): fix syntax
|
2019-07-19 10:46:02 +02: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
|
9ec570416d
|
chore(tests/bench): rename benchmarks
|
2019-05-30 16:25:41 +02:00 |
|