Hoogle Search
Within LTS Haskell 24.2 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
flip :: (a -> b -> c) -> b -> a -> cbase Prelude flip f takes its (first) two arguments in the reverse order of f.
flip f x y = f y x
flip . flip = id
Examples
>>> flip (++) "hello" "world" "worldhello"
>>> let (.>) = flip (.) in (+1) .> show $ 5 "6"
flip :: (a -> b -> c) -> b -> a -> cbase Data.Function flip f takes its (first) two arguments in the reverse order of f.
flip f x y = f y x
flip . flip = id
Examples
>>> flip (++) "hello" "world" "worldhello"
>>> let (.>) = flip (.) in (+1) .> show $ 5 "6"
flip :: (a -> b -> c) -> b -> a -> cbase GHC.Base flip f takes its (first) two arguments in the reverse order of f.
flip f x y = f y x
flip . flip = id
Examples
>>> flip (++) "hello" "world" "worldhello"
>>> let (.>) = flip (.) in (+1) .> show $ 5 "6"
flip :: (a -> b -> c) -> b -> a -> chedgehog Hedgehog.Internal.Prelude flip f takes its (first) two arguments in the reverse order of f.
flip f x y = f y x
flip . flip = id
Examples
>>> flip (++) "hello" "world" "worldhello"
>>> let (.>) = flip (.) in (+1) .> show $ 5 "6"
flip :: (a -> b -> c) -> b -> a -> cghc GHC.Prelude.Basic No documentation available.
flip :: (a -> b -> c) -> b -> a -> crio RIO.Prelude flip f takes its (first) two arguments in the reverse order of f.
flip f x y = f y x
flip . flip = id
Examples
>>> flip (++) "hello" "world" "worldhello"
>>> let (.>) = flip (.) in (+1) .> show $ 5 "6"
flip :: (a -> b -> c) -> b -> a -> cCabal-syntax Distribution.Compat.Prelude No documentation available.
flip :: (a -> b -> c) -> b -> a -> crelude Relude.Function flip f takes its (first) two arguments in the reverse order of f.
flip f x y = f y x
flip . flip = id
Examples
>>> flip (++) "hello" "world" "worldhello"
>>> let (.>) = flip (.) in (+1) .> show $ 5 "6"
flip :: BiMultiMap a b v -> BiMultiMap b a vdistributed-process Control.Distributed.Process.Internal.BiMultiMap Exchange the first and the second components of all triplets.
flip :: (a -> b -> c) -> b -> a -> cbasement Basement.Compat.Base flip f takes its (first) two arguments in the reverse order of f.
flip f x y = f y x
flip . flip = id
Examples
>>> flip (++) "hello" "world" "worldhello"
>>> let (.>) = flip (.) in (+1) .> show $ 5 "6"
Page 1 of many | Next