lean4-htt/library/init/control
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
..
alternative.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
applicative.lean chore(library): Π ==> 2019-07-02 17:35:15 -07:00
combinators.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
conditional.lean chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
default.lean feat(library/init/control/conditional): add HasToBool.toBool, and combinators 2019-05-06 14:24:20 -07:00
estate.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
except.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
functor.lean chore(library/init): temporarily disable unquoted symbols 2019-07-12 14:07:33 -07:00
id.lean chore(library/init/control/id): spurious [inline] annotations 2019-04-05 14:16:38 -07:00
lift.lean chore(frontends/lean): fun x, e ==> fun x => e 2019-07-02 13:22:11 -07:00
monad.lean chore(library/init): temporarily disable unquoted symbols 2019-07-12 14:07:33 -07:00
monadfail.lean chore(library): Π ==> 2019-07-02 17:35:15 -07:00
option.lean chore(*): update equation syntax in files and old parser 2019-08-09 11:11:34 +02:00
reader.lean chore(frontends/lean): fun x, e ==> fun x => e 2019-07-02 13:22:11 -07:00
state.lean chore(frontends/lean): fun x, e ==> fun x => e 2019-07-02 13:22:11 -07:00