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. allFieldsValid :: Form s e n -> Bool

    brick Brick.Forms

    Returns whether all form fields in the form currently have valid values according to the fields' validation functions. This is useful when we need to decide whether the form state is up to date with respect to the form input fields.

  2. allActiveBindings :: (Show k, Ord k) => KeyConfig k -> k -> [Binding]

    brick Brick.Keybindings.KeyConfig

    Return all active key bindings for the specified event. This returns customized bindings if any have been set in the KeyConfig, no bindings if the event has been explicitly set to Unbound, or the default bindings if the event is absent from the customized bindings.

  3. allDefaultBindings :: Ord k => KeyConfig k -> k -> [Binding]

    brick Brick.Keybindings.KeyConfig

    Returns the list of default bindings for the specified event, irrespective of whether the event has been explicitly configured with other bindings or set to Unbound.

  4. allEqual :: Eq a => [a] -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if all elements of a list are equal; returns True for empty list.

  5. allNearlyEqual :: [Double] -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if all elements of a list are nearly equal; returns True for empty list.

  6. allNearlyEqualWith :: Double -> [Double] -> Bool

    elynx-tools ELynx.Tools.Equality

    Test if all elements of a list are nearly equal; returns True for empty list.

  7. allNameStringList :: [String]

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  8. allNameStrings :: Infinite String

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  9. all_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  10. allThePrimOps :: [PrimOp]

    ghc-lib-parser GHC.Builtin.PrimOps

    No documentation available.

Page 97 of many | Previous | Next