Skip to content

Commit e6f3e66

Browse files
committed
frivolous line breaking
1 parent 6ad0dd1 commit e6f3e66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: unfork/Unfork.hs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{- |
22
3-
“Unfork” is the opposite of “fork”; whereas forking allows things
4-
to run concurrently, unforking prevents things from running
5-
concurrently.
3+
“Unfork” is the opposite of “fork”; whereas forking
4+
allows things to run concurrently, unforking prevents
5+
things from running concurrently.
66
77
+-----------+------------------+-------------------+
88
| | Result available | Result discarded |
@@ -14,9 +14,9 @@ concurrently.
1414
| Sync I/O | 'unforkSyncIO' | 'unforkSyncIO_' |
1515
+-----------+------------------+-------------------+
1616
17-
Use one of the functions in this module when you have
18-
an action that will be used by concurrent threads but
19-
needs to run serially.
17+
Use one of the functions in this module when you
18+
have an action that will be used by concurrent
19+
threads but needs to run serially.
2020
2121
2222
== Example

0 commit comments

Comments
 (0)