Skip to content

Commit 28b055e

Browse files
committed
Update the specs
1 parent c6f82c0 commit 28b055e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_docs/reference/experimental/erased-defs-spec.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ TODO: complete
6666

6767

6868
8. Type Restrictions
69-
* `erased` vals and defs are limited to realizable types, that is, types that are inhabited by non-null values.
70-
This restriction stops us from creating an uninhabited erased value, which leads to unsoundness in type-checking (see #4060).
69+
* For dependent functions, `erased` parameters are limited to realizable types, that is, types that are inhabited by non-null values.
70+
This restriction stops us from using a bad bound introduced by an erased value, which leads to unsoundness (see #4060).

0 commit comments

Comments
 (0)