Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allowDiagonal :: Adjustments -> Bool

    chart-svg Chart.Hud

    No documentation available.

  2. allocEnv :: Benchmarkable -> Int64 -> IO a

    criterion-measurement Criterion.Measurement.Types

    No documentation available.

  3. allocAreaSize :: EventInfo -> {-# UNPACK #-} !Word64

    ghc-events GHC.RTS.Events

    No documentation available.

  4. allocBytes :: EventInfo -> {-# UNPACK #-} !Word64

    ghc-events GHC.RTS.Events

    No documentation available.

  5. alloca :: Storable a => Int -> (Ptr a -> IO b) -> IO b

    guarded-allocation Foreign.Marshal.Array.Guarded

    No documentation available.

  6. alloca :: Storable a => Int -> (Ptr a -> IO b) -> IO b

    guarded-allocation Foreign.Marshal.Array.Guarded.Debug

    No documentation available.

  7. alloca :: Storable a => Int -> (Ptr a -> IO b) -> IO b

    guarded-allocation Foreign.Marshal.Array.Guarded.Plain

    No documentation available.

  8. allItems :: SectionName -> Config -> [(OptionName, OptionValue)]

    hsini Data.Ini

    Returns all options and their values of a section.

  9. allOf :: FoldLike All s t a b -> (a -> Bool) -> s -> Bool

    lens-family-core Lens.Family

    allOf :: Fold s t a b -> (a -> Bool) -> s -> Bool
    
    Returns true if all of the referenced values satisfy the given predicate.

  10. allgather :: (Buffer sb, Buffer rb) => sb -> rb -> Comm -> IO ()

    mpi-hs Control.Distributed.MPI

    Gather data from all processes and broadcast the result (collective, MPI_Allgather).

Page 105 of many | Previous | Next