We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d87f9fa + 93c5156 commit a61fc43Copy full SHA for a61fc43
test-prototypes/Test/ScheduledMergesQLS.hs
@@ -7,7 +7,7 @@ module Test.ScheduledMergesQLS (tests) where
7
8
import Control.Monad.Reader (ReaderT (..))
9
import Control.Monad.ST
10
-import Control.Tracer (Contravariant (contramap), Tracer, debugTracer)
+import Control.Tracer (Tracer, nullTracer)
11
import Data.Constraint (Dict (..))
12
import Data.Map.Strict (Map)
13
import qualified Data.Map.Strict as Map
@@ -411,7 +411,7 @@ runActionIO action lookUp = ReaderT $ \tidVar -> do
411
lookUpVar = realLookupVar (Proxy :: Proxy IO) lookUp
412
413
tr :: Tracer (ST RealWorld) Event
414
- tr = show `contramap` debugTracer
+ tr = nullTracer
415
416
incrTidVar :: PrimVar RealWorld TableId -> IO TableId
417
incrTidVar tidVar = do
0 commit comments