packages feed

base-4.22.0.0: src/GHC/JS/Prim/Internal.hs

module GHC.JS.Prim.Internal
    ( blockedIndefinitelyOnMVar
    , blockedIndefinitelyOnSTM
    , wouldBlock
    , ignoreException
    , setCurrentThreadResultException
    , setCurrentThreadResultValue
    ) where

import GHC.Internal.JS.Prim.Internal