Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
catchAnyDeep :: (NFData a, MonadBaseControl IO m) => m a -> (SomeException -> m a) -> m aenclosed-exceptions Control.Exception.Enclosed An extension to catchAny which ensures that the return value is fully evaluated. See tryAnyDeep. Since 0.5.9
handleAny :: MonadBaseControl IO m => (SomeException -> m a) -> m a -> m aenclosed-exceptions Control.Exception.Enclosed A version of handle which is specialized for any exception. This simplifies usage as no explicit type signatures are necessary. Note that since version 0.5.9, this function now has proper support for asynchronous exceptions, by only catching exceptions generated by the internal (enclosed) action. Since 0.5.6
handleAnyDeep :: (NFData a, MonadBaseControl IO m) => (SomeException -> m a) -> m a -> m aenclosed-exceptions Control.Exception.Enclosed flip catchAnyDeep
Since 0.5.6tryAny :: MonadBaseControl IO m => m a -> m (Either SomeException a)enclosed-exceptions Control.Exception.Enclosed A version of try which is specialized for any exception. This simplifies usage as no explicit type signatures are necessary. Note that since version 0.5.9, this function now has proper support for asynchronous exceptions, by only catching exceptions generated by the internal (enclosed) action. Since 0.5.6
tryAnyDeep :: (NFData a, MonadBaseControl IO m) => m a -> m (Either SomeException a)enclosed-exceptions Control.Exception.Enclosed an extension to tryany which ensures that the return value is fully evaluated. in other words, if you get a right response here, you can be confident that using it will not result in another exception. Since 0.5.9
pickAny :: forall a (m :: Type -> Type) . (Monad m, Random a) => FakeT m afakedata Faker.Combinators Generates a random element over the natural range of a.
λ> import Data.Word λ> item :: forall a m. Word8 <- generate pickAny λ> item 57
-
No documentation available.
hobbitThorinsCompany :: Fake Textfakedata Faker.Fantasy.Tolkien No documentation available.
-
fakedata Faker.Internal.Types No documentation available.
-
fakedata Faker.Space No documentation available.