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: docs/docs/reference/contextual/motivation.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
@@ -45,7 +45,7 @@ Existing Scala programmers by and large have gotten used to the status quo and s
45
45
46
46
###TheNewDesign
47
47
48
-
The following pages introduce a redesign of contextual abstractions in Scala. They introduce four fundamental newconstructs:
48
+
The following pages introduce a redesign of contextual abstractions in Scala. They introduce four fundamental changes:
49
49
50
50
1. [ImpliedInstances](./instance-defs.html) are a new way to define inferable terms. They replace implicit definitions. The core principle of the proposal is that, rather than mixing the `implicit` modifier with a large number of features, we have a single way to define terms that can be synthesized for types.
0 commit comments