diff --git a/RELEASES.md b/RELEASES.md index 0999ebe004..bd7f9d49ae 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -189,7 +189,7 @@ def head2 (x : Vector α (n+1)) : α := | a :: as => a -- `::` is `Vector.cons` here ``` -* New notation `.` based on Swift. The namespace is inferred from the expected type. Examples: +* New notation `.` based on Swift. The namespace is inferred from the expected type. See [issue #944](https://github.com/leanprover/lean4/issues/944). Examples: ```lean def f (x : Nat) : Except String Nat := if x > 0 then