Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. all' :: MonadQuery m => m ()

    relational-schemas Database.Custom.Oracle

    Specify ALL attribute to query context.

  2. all' :: MonadQuery m => m ()

    relational-schemas Database.Custom.PostgreSQL

    Specify ALL attribute to query context.

  3. all' :: MonadQuery m => m ()

    relational-schemas Database.Custom.SQLServer

    Specify ALL attribute to query context.

  4. all' :: MonadQuery m => m ()

    relational-schemas Database.Custom.SQLite3

    Specify ALL attribute to query context.

  5. allowMult :: (Functor f, HasField s "allowMult" a) => LensLike' f s a

    riak-protobuf Data.Riak.Proto

    No documentation available.

  6. allocateTempFile :: FilePath -> IO (FilePath, Handle)

    safeio System.IO.SafeWrite

    No documentation available.

  7. allStorageTests :: (Monad m, Storage sto, SessionData sto ~ SessionMap) => sto -> (String -> IO () -> m ()) -> (forall a . () => IO a -> m a) -> (m () -> m ()) -> (forall a . (Show a, Eq a) => a -> a -> IO ()) -> (forall a . (Show a, Eq a) => IO a -> a -> IO ()) -> (forall a e . Exception e => IO a -> (e -> Bool) -> IO ()) -> m ()

    serversession Web.ServerSession.Core.StorageTests

    Execute all storage tests using SessionMap. This function is meant to be used with hspec. However, we don't want to depend on hspec, so it takes the relevant hspec functions as arguments. Here's how it should be called:

    allStorageTests myStorageBackend it runIO parallel shouldBe shouldReturn shouldThrow
    
    Some storage backends are difficult to test with a clean slate. For this reason, this collection of tests works with unclean storage backends. In order to enforce these claims, we always test with an unclean storage backend by getting a single reference to it instead of asking for a function that creates storage backends and calling it on every test. In addition, this test suite can be executed in parallel, there are no dependencies between tests. However, some tests require a large amount of memory so we try to run them sequentially in order to reduce the peak memory usage of the test suite.

  8. allowEmpty :: ExcerptConfiguration -> Bool

    sphinx Text.Search.Sphinx.ExcerptConfiguration

    No documentation available.

  9. allTuple :: Int -> Q Exp

    tuple-th TupleTH

    Like all.

  10. allTuple' :: Int -> Q Exp -> Q Exp

    tuple-th TupleTH

    No documentation available.

Page 177 of many | Previous | Next