Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. simpleRead :: Storable a => Simple -> Int -> IO [a]

    pulse-simple Sound.Pulse.Simple

    Read from buffer. (non-blocking if specified # of samples already exist in the internal buffer)

  2. simpleReadRaw :: Simple -> Int -> IO ByteString

    pulse-simple Sound.Pulse.Simple

    Read raw data from buffer.

  3. runPropertyReaderT :: forall (m :: Type -> Type) e a . Monad m => PropertyM (ReaderT e m) a -> e -> PropertyM m a

    quickcheck-dynamic Test.QuickCheck.Extras

    No documentation available.

  4. unsafeRead :: IORef a -> a

    ramus Ramus.Internal

    No documentation available.

  5. class MonadNew s m => MonadReading (s :: Type -> Type) (m :: Type -> Type) | m -> s

    rcu Control.Concurrent.RCU.Class

    This is a read-side critical section

  6. class MonadNew s m => MonadReading (s :: Type -> Type) (m :: Type -> Type) | m -> s

    rcu Control.Concurrent.RCU.GC

    This is a read-side critical section

  7. data RCUThread s a

    rcu Control.Concurrent.RCU.GC

    This is a basic RCU thread. It may be embellished when running in a more exotic context.

  8. data RCUThread s a

    rcu Control.Concurrent.RCU.GC.Internal

    This is a basic RCU thread. It may be embellished when running in a more exotic context.

  9. RCUThread :: ThreadId -> {-# UNPACK #-} !MVar a -> RCUThread s a

    rcu Control.Concurrent.RCU.GC.Internal

    No documentation available.

  10. rcuStateThreadCountersV :: RCUState -> {-# UNPACK #-} !MVar [Counter]

    rcu Control.Concurrent.RCU.GC.Internal

    No documentation available.

Page 795 of many | Previous | Next