Safe Haskell | None |
---|---|
Language | Haskell2010 |
Test.Util.Orphans.NoThunks
Contents
Orphan instances
NoThunks a ⇒ NoThunks (StrictMVar (IOSim s) a) Source # | |
Methods noThunks ∷ Context → StrictMVar (IOSim s) a → IO (Maybe ThunkInfo) # wNoThunks ∷ Context → StrictMVar (IOSim s) a → IO (Maybe ThunkInfo) # showTypeOf ∷ Proxy (StrictMVar (IOSim s) a) → String # | |
NoThunks a ⇒ NoThunks (StrictTVar (IOSim s) a) Source # | |
Methods noThunks ∷ Context → StrictTVar (IOSim s) a → IO (Maybe ThunkInfo) # wNoThunks ∷ Context → StrictTVar (IOSim s) a → IO (Maybe ThunkInfo) # showTypeOf ∷ Proxy (StrictTVar (IOSim s) a) → String # | |
NoThunks (IOSim s a) Source # | Just like the IO instance, we don't actually check anything here |