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 Total Functions #222

Closed gusty closed 1 year ago

gusty commented 2 years ago

A concept which newbies (and some not so newbies) are typically not aware of. Functions that can fail vs functions that never fail (total functions).

jethrolarson commented 1 year ago

This is covered in "Partial Functions" but we should maybe also have "Total Functions" section to describe the opposite.