Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. readTVar :: MonadSTM stm => TVar stm a -> stm a

    concurrency Control.Monad.STM.Class

    Return the current value stored in a TVar.

  2. readable :: (Read a, Typeable a) => Text -> Either String a

    config-ini Data.Ini.Config

    Try to use the Read instance for a type to parse a value, failing with a human-readable error message if reading fails.

    >>> readable "(5, 7)" :: Either String (Int, Int)
    Right (5,7)
    
    >>> readable "hello" :: Either String (Int, Int)
    Left "Unable to parse \"hello\" as a value of type (Int,Int)"
    

  3. readable :: (Show a, Read a, Typeable a) => FieldValue a

    config-ini Data.Ini.Config.Bidir

    A FieldValue for parsing and serializing values according to the logic of the Read and Show instances for that type, providing a convenient human-readable error message if the parsing step fails.

  4. readURef :: (PrimMonad m, Unbox a) => URef (PrimState m) a -> m a

    data-sketches-core DataSketches.Core.Internal.URef

    Read the value in a URef

  5. ready :: ReadyTarget a -> a

    debian Debian.GenBuildDeps

    Some target whose build dependencies are all satisfied

  6. readyTargets :: BuildableInfo a -> [ReadyTarget a]

    debian Debian.GenBuildDeps

    No documentation available.

  7. readURI' :: String -> Maybe URI'

    debian Debian.URI

    No documentation available.

  8. readFile :: FilePath -> IO Text

    debian Debian.UTF8

    No documentation available.

  9. readDirStream :: DirStream -> IO (Maybe (OsPath, FileType))

    directory-ospath-streaming System.Directory.OsPath.Streaming

    No documentation available.

  10. readDirStream :: DirStream -> IO (Maybe (OsPath, FileType))

    directory-ospath-streaming System.Directory.OsPath.Streaming.Internal

    No documentation available.

Page 250 of many | Previous | Next