Skip to content

Commit e4fd24f

Browse files
authored
Merge pull request #8 from input-output-hk/coot/small-changes
coot/small changes
2 parents 57e888b + cdc30d8 commit e4fd24f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

io-classes/io-classes.cabal

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ source-repository head
1818
location: https://github.com/input-output-hk/ouroboros-network
1919
subdir: io-classes
2020

21-
flag checktvarinvariant
22-
Description: Enable runtime invariant checks on StrictT(M)Var
23-
Manual: True
24-
Default: False
25-
2621
flag asserts
2722
description: Enable assertions
2823
manual: False

io-classes/src/Control/Monad/Class/MonadAsync.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ instance Exception ExceptionInLinkedThread where
347347
fromException = E.asyncExceptionFromException
348348
toException = E.asyncExceptionToException
349349

350-
-- | Generalizion of 'link' that links an async to an arbitrary thread.
350+
-- | Generalization of 'link' that links an async to an arbitrary thread.
351351
linkTo :: (MonadAsync m, MonadFork m, MonadMask m)
352352
=> ThreadId m -> Async m a -> m ()
353353
linkTo tid = linkToOnly tid (not . isCancel)

0 commit comments

Comments
 (0)