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

Add Identity Function #213

Open wstomv opened 2 years ago

wstomv commented 2 years ago

I miss an entry for the (polymorphic) identity function (id), which is the (left and right) unit of function composition.

It is a pity that many languages claiming to have some support for functional programming don't offer this function predefined.