lean2/library/data/list
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
..
as_type.lean feat(library/data): add structure for converting a list of elements into a type, and then show the resultant type is a finite type 2015-04-12 17:33:58 -07:00
basic.lean refactor(library): test new tactics in the standard library 2015-05-01 18:18:29 -07:00
bigop.lean feat(library/data/list/bigop): add bigop perm theorem 2015-04-10 06:01:23 -07:00
comb.lean fix(library/tactic/apply_tactic): add eapply, and fix issue #361 2015-05-01 15:08:00 -07:00
default.lean feat(library/data): add structure for converting a list of elements into a type, and then show the resultant type is a finite type 2015-04-12 17:33:58 -07:00
list.md refactor(library): remove unnecessary 'standard' subdirectory 2014-08-23 18:08:09 -07:00
perm.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
set.lean fix(library/algebra/function): terminology 2015-04-16 20:52:18 -07:00