Skip to content

Commit d11b7f4

Browse files
authored
Fix link to lifted-base
1 parent a59ee1d commit d11b7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tutorials/3ch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ liftIO; but [MonadBaseControl IO][mbc] also makes things like a lifted [withMVar
533533
really just a specialization of [bracket][lbrkt]. You will also find lots of other libraries on hackage which
534534
use these instances - at present count there are more than 150 [packages using it][reverse].
535535

536-
One note of caution: This instance can enable use of functions such as `forkIO` (or, `fork` from lifted-base[lbase]) which compromise invariants in the `Process` monad and can lead to confusing and subtle issues. Always use the Cloud Haskell functions such as spawnLocal instead.
536+
One note of caution: This instance can enable use of functions such as `forkIO` (or, `fork` from [lifted-base][lbase]) which compromise invariants in the `Process` monad and can lead to confusing and subtle issues. Always use the Cloud Haskell functions such as spawnLocal instead.
537537

538538

539539
[1]: hackage.haskell.org/package/distributed-process/docs/Control-Distributed-Process.html#v:receiveWait

0 commit comments

Comments
 (0)