Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. (&.//) :: Axis node -> (Cursor node -> [a]) -> Cursor node -> [a]

    xml-conduit Text.XML.Cursor.Generic

    Combine two axes so that the second works on both the result nodes, and their descendants.

  2. (&/) :: Axis node -> (Cursor node -> [a]) -> Cursor node -> [a]

    xml-conduit Text.XML.Cursor.Generic

    Combine two axes so that the second works on the children of the results of the first.

  3. (&//) :: Axis node -> (Cursor node -> [a]) -> Cursor node -> [a]

    xml-conduit Text.XML.Cursor.Generic

    Combine two axes so that the second works on the descendants of the results of the first.

  4. (&|) :: (Cursor node -> [a]) -> (a -> b) -> Cursor node -> [b]

    xml-conduit Text.XML.Cursor.Generic

    Apply a function to the result of an axis.

  5. (&=) :: (Data val, Data ann) => val -> ann -> val

    cmdargs System.Console.CmdArgs.Annotate

    Add an annotation to a value. It is recommended that anyone making use of this function redefine it with a more restrictive type signature to control the type of the annotation (the second argument). Any redefinitions of this function should add an INLINE pragma, to reduce the chance of incorrect optimisations.

  6. (&=) :: Data val => val -> Ann -> val

    cmdargs System.Console.CmdArgs.Implicit

    Add an annotation to a value. Note that if the value is evaluated more than once the annotation will only be available the first time.

  7. (&=#) :: a -> Ann -> a

    cmdargs System.Console.CmdArgs.Quote

    Version of &= without a Data context, only to be used within cmdArgsQuote.

  8. (&&#) :: Bool# -> Bool# -> Bool#

    ghc-bignum GHC.Num.Primitives

    No documentation available.

  9. (&&) :: Bool -> Bool -> Bool

    rio RIO.Prelude

    Boolean "and", lazy in the second argument

  10. (&&&) :: Arrow a => a b c -> a b c' -> a b (c, c')

    rio RIO.Prelude

    Fanout: send the input to both argument arrows and combine their output. The default definition may be overridden with a more efficient version if desired.

Page 8 of many | Previous | Next