lean4-htt/library/init/lean
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
..
compiler chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
elaborator chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
eqncompiler feat(library/init/lean/eqncompiler): register [matchPattern] attribute using new attribute manager 2019-06-26 15:38:14 -07:00
parser chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
attributes.lean feat(library/init/lean): address issue raised in the previous commit 2019-07-18 13:20:46 -07:00
class.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
declaration.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
default.lean chore(library/init/lean/default): make sure new modules are initialized 2019-08-07 07:14:09 -07:00
environment.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
expr.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
format.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
kvmap.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
level.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
localcontext.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
message.lean feat(library/init/lean/parser/module): add convenient parseFile function for writing syntax "patching" tools 2019-08-08 09:42:57 -07:00
metavarcontext.lean chore(library/init/lean): minor 2019-08-06 17:55:09 -07:00
modifiers.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
name.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
namegenerator.lean feat(library/init/lean): add namegenerator.lean 2019-07-17 19:09:16 -07:00
options.lean refactor(library/init): move io and platform to system subdir 2019-07-25 17:29:33 -07:00
path.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
position.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
projfns.lean chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
reducibilityattrs.lean chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
runtime.lean feat(library/init/lean/compiler/ir/rc): missing optimization 2019-05-22 18:46:43 -07:00
scopes.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
smap.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
syntax.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
toexpr.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
trace.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
util.lean refactor(library/init): move io and platform to system subdir 2019-07-25 17:29:33 -07:00