io-classes-1.6.0.0: Type classes for concurrency with STM, ST and timing
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Control.Concurrent.Class.MonadMVar.Strict.WHNF

Description

Test whether functions on StrictMVars correctly force values to WHNF before they are put inside the StrictMVar.

Documentation

(.:) :: (y -> z) -> (x0 -> x1 -> y) -> x0 -> x1 -> z infixr 9 Source #