lean2/tests/lean/extra
Leonardo de Moura f177082c3b refactor(*): normalize metaclass names
@avigad and @fpvandoorn, I changed the metaclasses names. They
were not uniform:
- The plural was used in some cases (e.g., [coercions]).
- In other cases a cryptic name was used (e.g., [brs]).

Now, I tried to use the attribute name as the metaclass name whenever
possible. For example, we write

   definition foo [coercion] ...
   definition bla [forward] ...

and

  open [coercion] nat
  open [forward] nat

It is easier to remember and is uniform.
2015-12-28 10:39:15 -08:00
..
597a.hlean
597b.hlean
616a.hlean
616b.hlean
616c.hlean
755.expected.out
755.hlean
bag.661.20.expected.out
bag.671.8.expected.out
bag.673.71.expected.out
bag.677.47.expected.out
bag.lean refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
congr.lean
denote_rec.lean
dir_option.lean
eqn_macro1.lean
eqn_macro2.lean test(tests/lean/extra): add test for saving recursive equation pre-terms 2015-02-01 19:49:14 -08:00
goal_hole.lean
issue_597.sh
issue_616.sh
issue_755.sh
lt_rec.lean
print_info.4.16.expected.out
print_info.7.18.expected.out feat(kernel/expr_eq_fn): take names into account when CompareBinderInfo is true 2015-12-13 14:47:11 -08:00
print_info.8.19.expected.out
print_info.12.19.expected.out feat(kernel/expr_eq_fn): take names into account when CompareBinderInfo is true 2015-12-13 14:47:11 -08:00
print_info.12.20.expected.out feat(kernel/expr_eq_fn): take names into account when CompareBinderInfo is true 2015-12-13 14:47:11 -08:00
print_info.12.30.expected.out
print_info.17.0.expected.out
print_info.17.2.expected.out
print_info.21.0.expected.out
print_info.21.1.expected.out
print_info.21.3.expected.out
print_info.lean
print_info.sh
print_tests.lean
rec.lean
rec2.lean
rec3.lean
rec4.lean
rec5.lean
show_goal.6.0.expected.out
show_goal.6.14.expected.out
show_goal.8.4.expected.out
show_goal.8.5.expected.out
show_goal.9.4.expected.out
show_goal.9.12.expected.out
show_goal.14.6.expected.out
show_goal.15.6.expected.out
show_goal.18.6.expected.out
show_goal.18.20.expected.out
show_goal.18.21.expected.out
show_goal.20.4.expected.out
show_goal.23.6.expected.out
show_goal.24.2.expected.out
show_goal.24.3.expected.out
show_goal.lean
show_goal.sh
show_goal_bag.sh
slow1.lean
test_eqn_macro.sh
test_single.sh
timeout.sh
tree_list_rec.lean