Skip to content

Commit

Permalink
Remove incorrect link
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf authored and odersky committed Jul 15, 2024
1 parent fdbac2c commit a55f5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/polymorphic-eta-expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Note: Polymorphic functions always take term parameters (but `k` can equal zero

3. the application of `m` is type-checked with expected type `R'`
* 1. If it succeeds, the above is the created tree.
* 2. If it fails, go to [Default](#Default).
* 2. If it fails, go to Default.

At 3.ii. if the cause of the error is such that [Non-polymorphic expected type](#non-polymorphic-expected-type) will never succeed, we might return that error directly, this is at the discretion of the implementation, to make errors as clear as possible.

Expand Down

0 comments on commit a55f5e9

Please sign in to comment.