Gabriella439 / pipes-concurrency

Concurrency for the pipes ecosystem
BSD 3-Clause "New" or "Revised" License
43 stars 12 forks source link

Explicitly discard values using `void` #30

Closed markus1189 closed 9 years ago

markus1189 commented 9 years ago

Hi,

just a minor thing, when looking through the code, ghc complained with:

Warning: A do-notation statement discarded a result of type
  ‘GHC.Weak.Weak (S.TVar ())’

So I just quickly added two void.

24pullrequests

Best, Markus

Gabriella439 commented 9 years ago

Thanks! :)