Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. fieldCallback :: Field -> Maybe Callback

    haskell-gi Data.GI.GIR.Field

    No documentation available.

  2. fnCallable :: Function -> Callable

    haskell-gi Data.GI.GIR.Function

    No documentation available.

  3. ifAllocationInfo :: Interface -> AllocationInfo

    haskell-gi Data.GI.GIR.Interface

    No documentation available.

  4. methodCallable :: Method -> Callable

    haskell-gi Data.GI.GIR.Method

    No documentation available.

  5. parseAllChildrenWithLocalName :: Text -> Parser a -> Parser [a]

    haskell-gi Data.GI.GIR.Parser

    Parse all subelements with the given local name.

  6. sigCallable :: Signal -> Callable

    haskell-gi Data.GI.GIR.Signal

    No documentation available.

  7. structAllocationInfo :: Struct -> AllocationInfo

    haskell-gi Data.GI.GIR.Struct

    No documentation available.

  8. unionAllocationInfo :: Union -> AllocationInfo

    haskell-gi Data.GI.GIR.Union

    No documentation available.

  9. iall :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Bool

    indexed-traversable Data.Foldable.WithIndex

    Return whether or not all elements in a container satisfy a predicate, with access to the index i. When you don't need access to the index then all is more flexible in what it accepts.

    alliall . const
    

  10. integralLaws :: (Integral a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes Test.QuickCheck.Classes

    Tests the following properties:

    • Quotient Remainder (quot x y) * y + (rem x y) ≡ x
    • Division Modulus (div x y) * y + (mod x y) ≡ x
    • Integer Roundtrip fromInteger (toInteger x) ≡ x
    • QuotRem is (Quot, Rem) quotRem x y ≡ (quot x y, rem x y)
    • DivMod is (Div, Mod) divMod x y ≡ (div x y, mod x y)

Page 351 of many | Previous | Next