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

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

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

    libmpd Network.MPD

    No documentation available.

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

    libmpd Network.MPD.Applicative.ClientToClient

    No documentation available.

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

    libmpd Network.MPD.Applicative.Database

    Read comments from the file at the specified path.

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

    multiarg Multiarg.Examples.Grover

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

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

    network-house Net.Concurrent

    No documentation available.

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

    network-house Net.Concurrent

    No documentation available.

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

    network-house Net.Concurrent

    No documentation available.

  8. 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.

  9. 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.

  10. readBool :: String -> Resp -> Result Bool

    redis-resp Data.Redis.Command

    No documentation available.

Page 359 of many | Previous | Next

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