Skip to content

Commit adea7c6

Browse files
committed
typesetting fix in cabal description
1 parent 7255a4d commit adea7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unfork/unfork.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description:
1818
> _ -- Within this continuation, use
1919
> -- putStrLn' instead of putStrLn
2020

21-
The new putStrLn' function writes to a queue. A separate thread reads from the queue and performs the actions, thus ensuring that the actions are all performed in one linear sequence. The main thread returns after the continuation has returned and the queue is empty. If an exception is raised in either thread, both threads halt and the exception is re-raised in the main thread.
21+
The new `putStrLn'` function writes to a queue. A separate thread reads from the queue and performs the actions, thus ensuring that the actions are all performed in one linear sequence. The main thread returns after the continuation has returned and the queue is empty. If an exception is raised in either thread, both threads halt and the exception is re-raised in the main thread.
2222

2323
copyright: 2022 Mission Valley Software LLC
2424
license: Apache-2.0

0 commit comments

Comments
 (0)