Flip.md (249B)
1 # Flip Function (Haskell) 2 3 **Source:** Effective Haskell 4 5 **Chapter:** 1 6 7 **Definition:** The flip function in haskell applies only the second argument of a function. Without flipping the inputs, partial application only applies to the first input.