lean2/library/data/int
Leonardo de Moura cd17618f4a refactor(library): replace 'calc_trans', 'calc_symm', 'calc_refl' and 'calc_subst' commands with attributes '[symm]', '[refl]', '[trans]' and '[subst]'
These attributes are used by the calc command.
They will also be used by tactics such as 'reflexivity', 'symmetry' and
'transitivity'.

See issue #500
2015-05-02 15:15:35 -07:00
..
basic.lean refactor(library): replace 'calc_trans', 'calc_symm', 'calc_refl' and 'calc_subst' commands with attributes '[symm]', '[refl]', '[trans]' and '[subst]' 2015-05-02 15:15:35 -07:00
default.lean feat(library/data/int/div): start on div for integers 2015-02-25 14:05:07 -08:00
div.lean feat(frontends/lean): improve calc mode 2015-04-04 08:58:35 -07:00
int.md feat(library/data/int/div): start on div for integers 2015-02-25 14:05:07 -08:00
order.lean refactor(library/algebra/order.lean): rename a field in an order structure 2015-04-27 12:03:41 -07:00