lean2/examples
2013-08-21 22:45:48 -07:00
..
deep.lean Improve pretty printer performance for deep formulas and formats with long lines. Add example that demonstrates performance problem (before: 13 secs, after: 1 sec). 2013-08-21 22:45:48 -07:00
ex1.lean Add small example 2013-08-18 11:02:29 -07:00
ex2.lean Add parse_lambda and parse_pi 2013-08-18 12:34:00 -07:00
ex3.lean Allow notation to be associated with arbitrary expression (instead of only constants). 2013-08-19 20:05:56 -07:00
ex4.lean Add parse_let 2013-08-18 15:25:20 -07:00
ex5.lean Fix bug in parser. 2013-08-18 15:25:20 -07:00
ex6.lean Add parse_arrow 2013-08-18 15:44:39 -07:00
ex7.lean Fix cup symbol. In Emacs, the unicode characters cup and cap are assigned incorrectly. 2013-08-18 18:43:31 -07:00
ex8.lean Add syntax sugar for forall/exists expressions. Fix problem when pretty printing nested equalities. 2013-08-19 15:48:07 -07:00
ex9.lean Add example with nested quantifiers 2013-08-19 20:05:56 -07:00
ex10.lean Add set options to lean_parser. Add support for disabling unicode output. Use channels in lean_parser. 2013-08-21 12:42:55 -07:00
ex11.lean Add option declarations. Add Help. 2013-08-21 17:02:09 -07:00