Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

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

  1. flip :: (a -> b -> c) -> b -> a -> c

    base Prelude

    flip f takes its (first) two arguments in the reverse order of f.

    >>> flip (++) "hello" "world"
    "worldhello"
    

  2. flip :: (a -> b -> c) -> b -> a -> c

    base Data.Function

    flip f takes its (first) two arguments in the reverse order of f.

    >>> flip (++) "hello" "world"
    "worldhello"
    

  3. flip :: (a -> b -> c) -> b -> a -> c

    base GHC.Base

    flip f takes its (first) two arguments in the reverse order of f.

    >>> flip (++) "hello" "world"
    "worldhello"
    

  4. flip :: (a -> b -> c) -> b -> a -> c

    amazonka-core Amazonka.Prelude

    flip f takes its (first) two arguments in the reverse order of f.

    >>> flip (++) "hello" "world"
    "worldhello"
    

  5. flip :: (a -> b -> c) -> b -> a -> c

    hedgehog Hedgehog.Internal.Prelude

    flip f takes its (first) two arguments in the reverse order of f.

    >>> flip (++) "hello" "world"
    "worldhello"
    

  6. flip :: (a -> b -> c) -> b -> a -> c

    ghc GHC.Prelude.Basic

    flip f takes its (first) two arguments in the reverse order of f.

    >>> flip (++) "hello" "world"
    "worldhello"
    

  7. flip :: (a -> b -> c) -> b -> a -> c

    rio RIO.Prelude

    flip f takes its (first) two arguments in the reverse order of f.

    >>> flip (++) "hello" "world"
    "worldhello"
    

  8. flip :: (a -> b -> c) -> b -> a -> c

    basement Basement.Compat.Base

    flip f takes its (first) two arguments in the reverse order of f.

    >>> flip (++) "hello" "world"
    "worldhello"
    

  9. flip :: (a -> b -> c) -> b -> a -> c

    basement Basement.Imports

    flip f takes its (first) two arguments in the reverse order of f.

    >>> flip (++) "hello" "world"
    "worldhello"
    

  10. flip :: (a -> b -> c) -> b -> a -> c

    relude Relude.Function

    flip f takes its (first) two arguments in the reverse order of f.

    >>> flip (++) "hello" "world"
    "worldhello"
    

Page 1 of many | Next