Commit 2023-11-09 19:09 332340d8

View on Github →

fix: correct precedence for coercion arrows (#8297) The new precedences match coeNotation in core:

syntax:1024 (name := coeNotation) "↑" term:1024 : term

They also match the precedence in Lean 3.

Estimated changes