fix(doc/lean/library_style): adjust to reflect changes in the standard library

This commit is contained in:
Leonardo de Moura 2015-05-25 16:56:00 -07:00
parent 39129f112b
commit 375997fe65

View file

@ -78,7 +78,7 @@ import standard algebra.ordered_ring
open nat algebra
check lt_of_succ_le
check lt_of_not_le
check lt_of_not_ge
check lt_of_le_of_ne
check add_lt_add_of_lt_of_le
#+END_SRC