File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ Some type designators and their expansions are listed below. We assume
155155a local type parameter $t$, a value ` maintable `
156156with a type member ` Node ` and the standard class ` scala.Int ` ,
157157
158- | | |
158+ | Designator | Expansion |
159159| -------------------- | --------------------------|
160160| t | ε.type#t |
161161| Int | scala.type#Int |
@@ -796,11 +796,11 @@ We define two relations between types.
796796
797797| Name | Symbolically | Interpretation |
798798| -----------------| ----------------| -------------------------------------------------|
799- | Type equivalence | $T \equiv U$ | $T$ and $U$ are interchangeable in all contexts. |
799+ | Equivalence | $T \equiv U$ | $T$ and $U$ are interchangeable in all contexts. |
800800| Conformance | $T <: U$ | Type $T$ conforms to type $U$. |
801801
802802
803- ### Type Equivalence
803+ ### Equivalence
804804
805805Equivalence $(\equiv)$ between types is the smallest congruence [ ^ congruence ] such that
806806the following holds:
You can’t perform that action at this time.
0 commit comments