chore(changes): universe max u v + 1
This commit is contained in:
parent
8dcccd3bfc
commit
ee612c8dd6
1 changed files with 2 additions and 0 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue