lean2/library/data/int
Leonardo de Moura 4ec0e1b07c feat(frontends/lean): improve calc mode
Now, it automatically supports transitivity of the form
    (R a b) -> (b = c) -> R a c
    (a = b) -> (R b c) -> R a c

closes #507
2015-04-04 08:58:35 -07:00
..
basic.lean feat(frontends/lean): improve calc mode 2015-04-04 08:58: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 feat(frontends/lean): improve calc mode 2015-04-04 08:58:35 -07:00