We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f82c0 commit 28b055eCopy full SHA for 28b055e
docs/_docs/reference/experimental/erased-defs-spec.md
@@ -66,5 +66,5 @@ TODO: complete
66
67
68
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).
+ * For dependent functions, `erased` parameters are limited to realizable types, that is, types that are inhabited by non-null values.
+ This restriction stops us from using a bad bound introduced by an erased value, which leads to unsoundness (see #4060).
0 commit comments