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. withReaderT :: forall r' r (m :: Type -> Type) a . (r' -> r) -> ReaderT r m a -> ReaderT r' m a

    mtl Control.Monad.Reader

    Execute a computation in a modified environment (a more general version of local).

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

    mtl Control.Monad.Reader.Class

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

  3. safeRead :: Read a => String -> Maybe a

    tasty Test.Tasty.Options

    Safe read function. Defined here for convenience to use for parseValue.

  4. safeReadBool :: String -> Maybe Bool

    tasty Test.Tasty.Options

    Parse a Bool case-insensitively.

  5. newtype NumThreads

    tasty Test.Tasty.Runners

    Number of parallel threads to use for running tests. Note that this is not included in coreOptions. Instead, it's automatically included in the options for any TestReporter ingredient by ingredientOptions, because the way test reporters are handled already involves parallelism. Other ingredients may also choose to include this option.

  6. NumThreads :: Int -> NumThreads

    tasty Test.Tasty.Runners

    No documentation available.

  7. getNumThreads :: NumThreads -> Int

    tasty Test.Tasty.Runners

    No documentation available.

  8. formatReadP :: Format t -> ReadP t

    time Data.Time.Format.ISO8601

    Read a value in the format

  9. formatReadPExtension :: (FormatExtension -> Format t) -> ReadP t

    time Data.Time.Format.ISO8601

    Read a value in either extended or basic format

  10. formatReadP :: Format t -> ReadP t

    time Data.Time.Format.Internal

    Read a value in the format

Page 449 of many | Previous | Next