lean2/library/data/int
Leonardo de Moura 4b91cfccff feat(frontends/lean/builtin_exprs): make notation ( e : T ) builtin
In the previous approach, the following (definitionally equal) term was being generated

       (fun (A : Type) (a : A), a) T e
2015-06-10 14:52:59 -07:00
..
basic.lean feat(frontends/lean/builtin_exprs): make notation ( e : T ) builtin 2015-06-10 14:52:59 -07:00
default.lean feat(library/data/int/gcd.lean): add gcd for the integers 2015-06-01 12:35:44 +10:00
div.lean feat(library/data/int/{div,gcd}): add some theorems, to reduce rationals 2015-06-08 22:43:51 +10:00
gcd.lean chore(library/data/int/gcd): remove 'TODO' 2015-06-08 10:45:05 -07:00
int.md feat(library/data/int/gcd.lean): add gcd for the integers 2015-06-01 12:35:44 +10:00
order.lean feat/refactor(library/*): various additions and improvements 2015-06-01 12:35:44 +10:00
power.lean feat/fix(library/data/nat,int): add power to int, add trans attributes, power notation 2015-05-23 15:38:42 +10:00