Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. ($!) :: (a -> b) -> a -> b

    distribution-opensuse OpenSuse.Prelude

    Strict (call-by-value) application operator. It takes a function and an argument, evaluates the argument to weak head normal form (WHNF), then calls the function with that value.

  2. ($!) :: (a -> b) -> a -> b

    faktory Faktory.Prelude

    Strict (call-by-value) application operator. It takes a function and an argument, evaluates the argument to weak head normal form (WHNF), then calls the function with that value.

  3. ($:) :: (a -> b) -> (a ::: p) -> b ::: p

    gdp Data.Refined

    Given a value and a proof, apply a function to the value but leave the proof unchanged.

  4. ($.) :: Walk c b d -> GTraversal c a b -> GTraversal c a d

    greskell Data.Greskell

    Same as &. with arguments flipped.

  5. ($.) :: Walk c b d -> GTraversal c a b -> GTraversal c a d

    greskell Data.Greskell.GTraversal

    Same as &. with arguments flipped.

  6. ($.) :: Walk c b d -> GTraversal c a b -> GTraversal c a d

    greskell Data.Greskell.GTraversal.Gen

    Same as &. with arguments flipped.

  7. ($!) :: (a -> b) -> a -> b

    hledger-web Hledger.Web.Import

    Strict (call-by-value) application operator. It takes a function and an argument, evaluates the argument to weak head normal form (WHNF), then calls the function with that value.

  8. ($<) :: Functor f => f a -> a -> f ()

    invertible Control.Invertible.Monoidal

    flip (>$)
    

  9. ($$) :: (ToJExpr a, ToJExpr b) => a -> b -> JStat

    jmacro Language.Javascript.JMacro.Util

    No documentation available.

  10. ($+$) :: Doc ann -> Doc ann -> Doc ann

    language-bash Language.Bash.Pretty

    x $+$ y concatenates x and y with a line in between

Page 26 of many | Previous | Next