lean4-htt/library/init/data/array
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
..
basic.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
binsearch.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
default.lean feat(library/init/data/array): add Array.binSearch 2019-05-14 18:25:54 -07:00
qsort.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00