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
7373 contains ``Any `` or another :term: `gradual form `. A gradual type does not
7474 necessarily represent a single set of possible runtime values; instead it
7575 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,
8080 type. See :ref: `type-system-concepts `.
8181
8282 inline
You can’t perform that action at this time.
0 commit comments