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.
-
webdriver Test.WebDriver Same as defaultCaps, but with all Maybe Bool capabilities set to Just True.
-
webdriver Test.WebDriver.Capabilities Same as defaultCaps, but with all Maybe Bool capabilities set to Just True.
-
webdriver Test.WebDriver.Types Same as defaultCaps, but with all Maybe Bool capabilities set to Just True.
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
allChildren :: XsdParser a -> XsdParser aHaXml Text.XML.HaXml.Schema.Parse Grab and parse any and all children of the next element.
allg :: Show a => GeneralizedTokenParser a st [a]MissingH Text.ParserCombinators.Parsec.Utils Matches all items and returns them
allowedSkew :: HasAllowedSkew s => Lens' s NominalDiffTimejose Crypto.JWT No documentation available.
allF :: FoldableF t => (forall (tp :: k) . () => f tp -> Bool) -> t f -> Boolparameterized-utils Data.Parameterized.TraversableF Return True if all values satisfy the predicate.
-
parameterized-utils Data.Parameterized.TraversableFC Return True if all values satisfy predicate.
allocRW :: MonadIO m => m (Ptr RWops)sdl2 SDL.Raw.Filesystem No documentation available.