• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readComments :: MonadMPD m => Path -> m [(String, String)]

    libmpd Network.MPD

    Read comments from file at path.

  2. readMessages :: MonadMPD m => m [(ChannelName, MessageText)]

    libmpd Network.MPD

    No documentation available.

  3. readMessages :: Command [(ChannelName, MessageText)]

    libmpd Network.MPD.Applicative.ClientToClient

    No documentation available.

  4. readComments :: Path -> Command [(String, String)]

    libmpd Network.MPD.Applicative.Database

    Read comments from the file at the specified path.

  5. readErr :: Read a => String -> Either String a

    multiarg Multiarg.Examples.Grover

    Reads a value. If it cannot be read, returns an error message.

  6. readChan :: ChannelIO c io => c a -> io a

    network-house Net.Concurrent

    No documentation available.

  7. readMVar :: MVarIO v io => v a -> io a

    network-house Net.Concurrent

    No documentation available.

  8. readRef :: RefIO r io => r a -> io a

    network-house Net.Concurrent

    No documentation available.

  9. readFileBS :: forall (r :: EffectRow) b . Member (FSRead :: (Type -> Type) -> Type -> Type) r => Path b File -> Sem r ByteString

    polysemy-fs Polysemy.FS

    No documentation available.

  10. readFileUtf8 :: forall (r :: EffectRow) b . Member (FSRead :: (Type -> Type) -> Type -> Type) r => Path b File -> Sem r Text

    polysemy-fs Polysemy.FS

    No documentation available.

Page 358 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete