Skip to content

Commit 089142b

Browse files
authored
Remove incorrect link
1 parent 7fae918 commit 089142b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/polymorphic-eta-expansion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Note: Polymorphic functions always take term parameters (but `k` can equal zero
294294

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

299299
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.
300300

0 commit comments

Comments
 (0)