lean2/tests/lean
Leonardo de Moura 33cb9382aa feat(frontends/lean): add beta-reduction tactic command
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-06-29 19:41:54 -07:00
..
interactive chore(tests): cleanup test scripts 2014-06-29 09:03:39 -07:00
run feat(frontends/lean): add beta-reduction tactic command 2014-06-29 19:41:54 -07:00
bug1.lean feat(frontends/lean): flip definition modifiers position, now they must occur after the identifier 2014-06-20 11:58:05 -07:00
bug1.lean.expected.out fix(kernel/converter): bug in is_def_eq 2014-06-16 14:09:12 -07:00
calc1.lean feat(frontends/lean): flip definition modifiers position, now they must occur after the identifier 2014-06-20 11:58:05 -07:00
calc1.lean.expected.out feat(frontends/lean): connect new elaborator to frontend 2014-06-25 08:31:00 -07:00
config.lean feat(frontends/lean/parser): add 'parse_commands' and 'parse_script' 2014-06-11 14:32:07 -07:00
config.lean.expected.out chore(shell): re-activate .lean tests 2014-06-11 14:36:42 -07:00
let1.lean refactor(kernel): remove 'let'-expressions 2014-06-24 16:27:27 -07:00
let1.lean.expected.out refactor(kernel): remove 'let'-expressions 2014-06-24 16:27:27 -07:00
showenv.l chore(*): cleanup lean builtin symbols, replace :: with _ 2014-01-09 08:33:52 -08:00
t1.lean feat(frontends/lean/parser): add 'parse_commands' and 'parse_script' 2014-06-11 14:32:07 -07:00
t1.lean.expected.out feat(frontends/lean/parser): add 'parse_commands' and 'parse_script' 2014-06-11 14:32:07 -07:00
t2.lean feat(frontends/lean/builtin_cmds): add simple 'print' command 2014-06-11 14:35:34 -07:00
t2.lean.expected.out feat(frontends/lean/builtin_cmds): add simple 'print' command 2014-06-11 14:35:34 -07:00
t3.lean feat(frontends/lean/parser): add namespace/section/end commands, add support for explicit universe levels, fix Type notation' 2014-06-13 11:34:43 -07:00
t3.lean.expected.out feat(frontends/lean/parser): add namespace/section/end commands, add support for explicit universe levels, fix Type notation' 2014-06-13 11:34:43 -07:00
t4.lean feat(frontends/lean/builtin_cmds): change notation for marking implicit/cast parameter in sections 2014-06-22 17:51:00 -07:00
t4.lean.expected.out fix(frontends/lean/builtin_cmds): abstract section parameters in the 'check' command 2014-06-26 10:06:50 -07:00
t5.lean feat(frontends/lean): flip definition modifiers position, now they must occur after the identifier 2014-06-20 11:58:05 -07:00
t5.lean.expected.out feat(frontends/lean/builtin_cmds): add definition command family 2014-06-13 17:30:35 -07:00
t6.lean feat(frontends/lean/builtin_cmds): change notation for marking implicit/cast parameter in sections 2014-06-22 17:51:00 -07:00
t6.lean.expected.out fix(kernel/formatter): make sure simple formatter output is not sensitive to internal names 2014-06-26 14:58:59 -07:00
t7.lean feat(frontends/lean/builtin_cmds): change notation for marking implicit/cast parameter in sections 2014-06-22 17:51:00 -07:00
t7.lean.expected.out fix(kernel/formatter): make sure simple formatter output is not sensitive to internal names 2014-06-26 14:58:59 -07:00
t8.lean feat(frontends/lean): add '#setline' directive 2014-06-14 07:28:56 -07:00
t8.lean.expected.out feat(frontends/lean): add '#setline' directive 2014-06-14 07:28:56 -07:00
t9.lean feat(frontends/lean/notation_cmd): modify infixl/infixr/postfix command syntax 2014-06-15 08:28:49 -07:00
t9.lean.expected.out feat(frontends/lean): add infixl/infixr/postfix/precedence commands, add support for storing notation in .olean files, add support for organizing notation into namespaces 2014-06-14 22:13:25 -07:00
t10.lean feat(frontends/lean/notation_cmd): add 'notation' command 2014-06-15 10:49:05 -07:00
t10.lean.expected.out feat(frontends/lean/notation_cmd): add 'notation' command 2014-06-15 10:49:05 -07:00
t11.lean feat(frontends/lean/notation_cmd): add 'notation' command 2014-06-15 10:49:05 -07:00
t11.lean.expected.out feat(frontends/lean/notation_cmd): add 'notation' command 2014-06-15 10:49:05 -07:00
t12.lean feat(frontends/lean): add local notation support 2014-06-15 11:30:52 -07:00
t12.lean.expected.out feat(frontends/lean): add local notation support 2014-06-15 11:30:52 -07:00
t13.lean feat(frontends/lean): local notation 'shadows' global one 2014-06-15 11:50:41 -07:00
t13.lean.expected.out feat(frontends/lean): local notation 'shadows' global one 2014-06-15 11:50:41 -07:00
t14.lean feat(frontends/lean/builtin_cmds): add 'using' command, and 'hiding/renaming' directives 2014-06-16 18:42:39 -07:00
t14.lean.expected.out feat(frontends/lean/builtin_cmds): add 'using' command, and 'hiding/renaming' directives 2014-06-16 18:42:39 -07:00
test.sh chore(tests): cleanup test scripts 2014-06-29 09:03:39 -07:00
test_single.sh chore(tests): cleanup test scripts 2014-06-29 09:03:39 -07:00
test_single_pp.sh chore(tests): cleanup test scripts 2014-06-29 09:03:39 -07:00