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. allCaps :: Capabilities

    webdriver Test.WebDriver

    Same as defaultCaps, but with all Maybe Bool capabilities set to Just True.

  2. allCaps :: Capabilities

    webdriver Test.WebDriver.Capabilities

    Same as defaultCaps, but with all Maybe Bool capabilities set to Just True.

  3. allCaps :: Capabilities

    webdriver Test.WebDriver.Types

    Same as defaultCaps, but with all Maybe Bool capabilities set to Just True.

  4. allocate :: Decimal -> [Integer] -> [Decimal]

    Decimal Data.Decimal

    Allocate a DecimalRaw value proportionately with the values in a list. The allocated portions are guaranteed to add up to the original value. Some of the allocations may be zero or negative, but the sum of the list must not be zero. The allocation is intended to be as close as possible to the following:

    let result = allocate d parts
    in all (== d / sum parts) $ zipWith (/) result parts
    

  5. allChildren :: XsdParser a -> XsdParser a

    HaXml Text.XML.HaXml.Schema.Parse

    Grab and parse any and all children of the next element.

  6. allg :: Show a => GeneralizedTokenParser a st [a]

    MissingH Text.ParserCombinators.Parsec.Utils

    Matches all items and returns them

  7. allowedSkew :: HasAllowedSkew s => Lens' s NominalDiffTime

    jose Crypto.JWT

    No documentation available.

  8. allF :: FoldableF t => (forall (tp :: k) . () => f tp -> Bool) -> t f -> Bool

    parameterized-utils Data.Parameterized.TraversableF

    Return True if all values satisfy the predicate.

  9. allFC :: FoldableFC t => (forall (x :: k) . () => f x -> Bool) -> forall (x :: l) . () => t f x -> Bool

    parameterized-utils Data.Parameterized.TraversableFC

    Return True if all values satisfy predicate.

  10. allocRW :: MonadIO m => m (Ptr RWops)

    sdl2 SDL.Raw.Filesystem

    No documentation available.

Page 95 of many | Previous | Next