File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ This section defines a few terms that may be used elsewhere in the specification
73
73
contains ``Any `` or another :term: `gradual form `. A gradual type does not
74
74
necessarily represent a single set of possible runtime values; instead it
75
75
can represent a set of possible static types (a set of possible sets of
76
- possible runtime values). Gradual types do not participate in the
77
- :term: `subtype ` relation, but they do participate in :term: ` consistency
78
- <consistent> ` and :term: `assignability <assignable> `. They can be
79
- :term: `materialized <materialize> ` to a more static, or fully static,
76
+ possible runtime values). Gradual types which are not fully static do not
77
+ participate in the :term: `subtype ` relation, but they do participate in
78
+ :term: ` consistency <consistent> ` and :term: `assignability <assignable> `.
79
+ They can be :term: `materialized <materialize> ` to a more static, or fully static,
80
80
type. See :ref: `type-system-concepts `.
81
81
82
82
inline
You can’t perform that action at this time.
0 commit comments