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. allLibraries :: PackageDescription -> [Library]

    Cabal-syntax Distribution.Types.PackageDescription

    No documentation available.

  2. allLibraries :: Traversal' PackageDescription Library

    Cabal-syntax Distribution.Types.PackageDescription.Lens

    No documentation available.

  3. allBut :: (XParser s Char -> XParser s String) -> String -> XParser s String

    hxt Text.XML.HXT.Parser.XmlTokenParser

    No documentation available.

  4. allBut1 :: (XParser s Char -> XParser s String) -> (Char -> Bool) -> String -> XParser s String

    hxt Text.XML.HXT.Parser.XmlTokenParser

    No documentation available.

  5. allS :: Selective f => (a -> f Bool) -> [a] -> f Bool

    selective Control.Selective

    A lifted version of all. Retains the short-circuiting behaviour.

  6. alloca :: Storable a => FortranIO r (Ptr a)

    netlib-ffi Numeric.Netlib.Utility

    No documentation available.

  7. allocaArray :: Storable a => Int -> FortranIO r (Ptr a)

    netlib-ffi Numeric.Netlib.Utility

    No documentation available.

  8. allM :: (Foldable f, Monad m) => (a -> m Bool) -> f a -> m Bool

    relude Relude.Foldable.Fold

    Monadic version of all.

    >>> allM (readMaybe >=> pure . even) ["6", "10"]
    Just True
    
    >>> allM (readMaybe >=> pure . even) ["5", "aba"]
    Just False
    
    >>> allM (readMaybe >=> pure . even) ["aba", "10"]
    Nothing
    

  9. all_ :: Monad m => (a -> Bool) -> Stream (Of a) m r -> m Bool

    streaming Streaming.Prelude

    No documentation available.

  10. allOne :: forall (n :: Nat) . SizeValid n => Bits n

    basement Basement.Bits

    construct a Bits with all bits set. this function is equivalet to maxBound

Page 90 of many | Previous | Next