Skip to content

Commit 8489be1

Browse files
committed
Rebase scala#3665
1 parent a5728ed commit 8489be1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/03-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Some type designators and their expansions are listed below. We assume
155155
a local type parameter $t$, a value `maintable`
156156
with 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

805805
Equivalence $(\equiv)$ between types is the smallest congruence [^congruence] such that
806806
the following holds:

0 commit comments

Comments
 (0)