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 function composition invocation order #195

Closed adam-arold closed 5 years ago

adam-arold commented 5 years ago

Evaluation order is reversed, so it is g(f(a)) instead of f(g(a)).