We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6c3f990 commitdde9ec4Copy full SHA for dde9ec4
docs/spec/concepts.rst
@@ -298,11 +298,11 @@ visualize this analogy in the following table:
298
* - ``B`` is:term:`equivalent` to ``A``
299
- ``B`` is:term:`consistent` with ``A``
300
301
-We can also define equivalenceon gradual types. Two gradualtypes ``A`` and
302
-``B`` are equivalent (that is, the same gradual type, notmerely consistent
303
-with one another) if and only if all materializations of``A`` are also
304
-materializations of ``B``, and all materializations of ``B`` are also
305
-materializations of ``A``.
+We can also definean **equivalence** relationon gradual types: the gradual
+types ``A`` and ``B`` are equivalent (that is, the same gradual type, not
+merely consistentwith one another) if and only if all materializations of
+``A`` are alsomaterializations of ``B``, and all materializations of ``B``
+are alsomaterializations of ``A``.
306
307
Attributes and methods
308
----------------------