You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/07-implicits.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ The _parts_ of a type $T$ are:
84
84
- if $T$ is an abstract type, the parts of its upper bound;
85
85
- if $T$ denotes an implicit conversion to a type with a method with argument types $T_1 , \ldots , T_n$ and result type $U$,
86
86
the union of the parts of $T_1 , \ldots , T_n$ and $U$;
87
-
- the parts of quantified (existential or univeral) and annotated types are defined as the parts of the underlying types (e.g., the parts of `T forSome { ... }` are the parts of `T`);
87
+
- the parts of quantified (existential or universal) and annotated types are defined as the parts of the underlying types (e.g., the parts of `T forSome { ... }` are the parts of `T`);
88
88
- in all other cases, just $T$ itself.
89
89
90
90
Note that packages are internally represented as classes with companion modules to hold the package members.
0 commit comments