mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
Update TOC
This commit is contained in:
parent
4cc76141c6
commit
f4db1010f8
1 changed files with 2 additions and 2 deletions
|
|
@ -12,10 +12,10 @@ The goal of this document is to define jargon from functional programming in pla
|
|||
* [Higher-Order Functions (HOF)](#higher-order-functions-hof)
|
||||
* [Partial Application](#partial-application)
|
||||
* [Currying](#currying)
|
||||
* [Composition](#composition)
|
||||
* [Function Composition](#function-composition)
|
||||
* [Purity](#purity)
|
||||
* [Side effects](#side-effects)
|
||||
* [Idempotency](#idempotency)
|
||||
* [Idempotent](#idempotent)
|
||||
* [Point-Free Style](#point-free-style)
|
||||
* [Contracts](#contracts)
|
||||
* [Guarded Functions](#guarded-functions)
|
||||
|
|
|
|||
Loading…
Reference in a new issue