hemanth / functional-programming-jargon

Jargon from the functional programming world in simple terms!
http://git.io/fp-jargons
MIT License
18.58k stars 1.02k forks source link

fix: fix the lift example error #147

Closed Sean-Lan closed 7 years ago

Sean-Lan commented 7 years ago

Actually, liftA2 should accept a curried function, like the following section shows: https://github.com/hemanth/functional-programming-jargon#applicative-functor

hemanth commented 7 years ago

🌵 Thanks!