Skip to content

Commit 32b73c1

Browse files
authored
Update README.md
1 parent 94a0226 commit 32b73c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This ensures the linearity of the whole execution, while
112112
Also, it should be doable to express parallel computation in this type system as
113113

114114
```
115-
parallel :: List (Eventually a) -> List a
115+
parallel :: List (Eventually a) -> Eventually (List a)
116116
```
117117

118118
, and I'm currently investigating it.

0 commit comments

Comments
 (0)