lean4-htt/library/init/system
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
..
default.lean feat(library/init/system): add filepath 2019-07-25 17:38:54 -07:00
filepath.lean feat(library/init/lean/path): use toLower at normalizePath if file system is case-insensitive 2019-07-28 19:50:01 -07:00
io.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
platform.lean feat(library/init/system/platform): add System.Platform.isOSX 2019-07-28 19:49:40 -07:00