Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. allTopePoints :: Eq var => TermT var -> [TermT var]

    rzk Rzk.TypeCheck

    No documentation available.

  2. allocaBytes :: Int -> (Ptr a -> IO b) -> IO b

    saltine Crypto.Saltine.Internal.Util

    allocaBytes n f executes the computation f, passing as argument a pointer to a temporarily allocated block of memory of n bytes. The block of memory is sufficiently aligned for any of the basic foreign types that fits into a memory block of the allocated size. The memory is freed when f terminates (either normally or via an exception), so the pointer passed to f must not be used after this.

  3. allocateWebDriver :: forall (m :: Type -> Type) context . (BaseMonad m context, HasFile context "java", HasFile context "selenium.jar", HasBrowserDependencies context) => WdOptions -> OnDemandOptions -> ExampleT context m WebDriver

    sandwich-webdriver Test.Sandwich.WebDriver

    Allocate a WebDriver using the given options.

  4. allocateChannels :: MonadIO m => CInt -> m CInt

    sdl2-mixer SDL.Raw.Mixer

    No documentation available.

  5. allowedMethod :: Method -> Request -> Bool

    servant-checked-exceptions Servant.Checked.Exceptions.Internal.Servant.Server

    No documentation available.

  6. allowedMethodHead :: Method -> Request -> Bool

    servant-checked-exceptions Servant.Checked.Exceptions.Internal.Servant.Server

    No documentation available.

  7. allure :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  8. allure :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  9. allBuildInfo :: PackageDescription -> [BuildInfo]

    simple-cabal SimpleCabal

    All BuildInfo in the PackageDescription: libraries, executables, test-suites and benchmarks. Useful for implementing package checks.

  10. allLibraries :: PackageDescription -> [Library]

    simple-cabal SimpleCabal

    No documentation available.

Page 141 of many | Previous | Next