input-output-hk / io-sim

Haskell's IO simulator which closely follows core packages (base, async, stm).
https://hackage.haskell.org/package/io-sim
Apache License 2.0
37 stars 15 forks source link

Add `writeTMVar` to `MonadSTM` #152

Closed jorisdral closed 5 months ago

jorisdral commented 5 months ago

writeTMVar was added in stm-2.5.1.0, but it's not yet included in MonadSTM