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. capRead :: Cap

    alsa-seq Sound.ALSA.Sequencer.Port

    No documentation available.

  2. capSubsRead :: Cap

    alsa-seq Sound.ALSA.Sequencer.Port

    No documentation available.

  3. capSyncRead :: Cap

    alsa-seq Sound.ALSA.Sequencer.Port

    No documentation available.

  4. getReadUse :: T -> IO Word

    alsa-seq Sound.ALSA.Sequencer.Port.Info

    No documentation available.

  5. getReadUse :: T Word

    alsa-seq Sound.ALSA.Sequencer.Port.InfoMonad

    No documentation available.

  6. class Monad m => MonadReader r (m :: Type -> Type) | m -> r

    classy-prelude ClassyPrelude

    See examples in Control.Monad.Reader. Note, the partially applied function type (->) r is a simple reader monad. See the instance declaration below.

  7. alreadyExistsErrorType :: IOErrorType

    classy-prelude ClassyPrelude

    I/O error where the operation failed because one of its arguments already exists.

  8. alreadyInUseErrorType :: IOErrorType

    classy-prelude ClassyPrelude

    I/O error where the operation failed because one of its arguments is a single-use resource, which is already being used.

  9. isAlreadyExistsError :: IOError -> Bool

    classy-prelude ClassyPrelude

    An error indicating that an IO operation failed because one of its arguments already exists.

  10. isAlreadyExistsErrorType :: IOErrorType -> Bool

    classy-prelude ClassyPrelude

    I/O error where the operation failed because one of its arguments already exists.

Page 556 of many | Previous | Next