chore(changes): universe max u v + 1

This commit is contained in:
Leonardo de Moura 2017-07-07 12:59:21 -07:00
parent 8dcccd3bfc
commit ee612c8dd6

View file

@ -88,6 +88,8 @@ For more details, see discussion [here](https://github.com/leanprover/lean/pull/
* Removed the redundant keywords `take` (replace with `assume`) and `suppose` (replace with the new anonymous `assume :`)
* Universes `max u v + 1` and `imax u v + 1` are now parsed as `(max u v) + 1` and `(imax u v) + 1`.
*API name changes*
* `list.dropn` => `list.drop`