File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -298,11 +298,11 @@ visualize this analogy in the following table:
298
298
* - ``B `` is :term: `equivalent ` to ``A ``
299
299
- ``B `` is :term: `consistent ` with ``A ``
300
300
301
- We can also define equivalence on gradual types. Two gradual types `` A `` and
302
- `` B `` are equivalent (that is, the same gradual type, not merely 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 ``.
301
+ We can also define an ** equivalence ** relation on gradual types: the gradual
302
+ types `` A `` and `` B `` are equivalent (that is, the same gradual type, not
303
+ merely consistent with one another) if and only if all materializations of
304
+ `` A `` are also materializations of ``B ``, and all materializations of ``B ``
305
+ are also materializations of ``A ``.
306
306
307
307
Attributes and methods
308
308
----------------------
You can’t perform that action at this time.
0 commit comments