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 94a0226 commit 32b73c1Copy full SHA for 32b73c1
README.md
@@ -112,7 +112,7 @@ This ensures the linearity of the whole execution, while
112
Also, it should be doable to express parallel computation in this type system as
113
114
```
115
-parallel :: List (Eventually a) -> List a
+parallel :: List (Eventually a) -> Eventually (List a)
116
117
118
, and I'm currently investigating it.
0 commit comments