Skip to content

Commit 7da7f02

Browse files
authored
Glossary: Clarify which types don't participate in subtyping (#1907)
1 parent 53daf3c commit 7da7f02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/spec/glossary.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)