We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e10b5 commit 4f1adf0Copy full SHA for 4f1adf0
docs/docs/reference/contextual/context-functions-spec.md
@@ -17,7 +17,7 @@ Context function types associate to the right, e.g.
17
18
Context function types are shorthands for class types that define `apply`
19
methods with context parameters. Specifically, the `N`-ary function type
20
-`T1, ..., TN => R` is a shorthand for the class type
+`T1, ..., TN ?=> R` is a shorthand for the class type
21
`ContextFunctionN[T1 , ... , TN, R]`. Such class types are assumed to have the following definitions, for any value of `N >= 1`:
22
```scala
23
package scala
0 commit comments