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.
withReaderT :: forall r' r (m :: Type -> Type) a . (r' -> r) -> ReaderT r m a -> ReaderT r' m amtl Control.Monad.Reader Execute a computation in a modified environment (a more general version of local).
runReaderT (withReaderT f m) = runReaderT m . f
class Monad m =>
MonadReader r (m :: Type -> Type) | m -> rmtl 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.
safeRead :: Read a => String -> Maybe atasty Test.Tasty.Options Safe read function. Defined here for convenience to use for parseValue.
safeReadBool :: String -> Maybe Booltasty Test.Tasty.Options Parse a Bool case-insensitively.
-
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.
NumThreads :: Int -> NumThreadstasty Test.Tasty.Runners No documentation available.
getNumThreads :: NumThreads -> Inttasty Test.Tasty.Runners No documentation available.
formatReadP :: Format t -> ReadP ttime Data.Time.Format.ISO8601 Read a value in the format
formatReadPExtension :: (FormatExtension -> Format t) -> ReadP ttime Data.Time.Format.ISO8601 Read a value in either extended or basic format
formatReadP :: Format t -> ReadP ttime Data.Time.Format.Internal Read a value in the format