mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-11 13:06:42 +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)
|
* [Higher-Order Functions (HOF)](#higher-order-functions-hof)
|
||||||
* [Partial Application](#partial-application)
|
* [Partial Application](#partial-application)
|
||||||
* [Currying](#currying)
|
* [Currying](#currying)
|
||||||
* [Composition](#composition)
|
* [Function Composition](#function-composition)
|
||||||
* [Purity](#purity)
|
* [Purity](#purity)
|
||||||
* [Side effects](#side-effects)
|
* [Side effects](#side-effects)
|
||||||
* [Idempotency](#idempotency)
|
* [Idempotent](#idempotent)
|
||||||
* [Point-Free Style](#point-free-style)
|
* [Point-Free Style](#point-free-style)
|
||||||
* [Contracts](#contracts)
|
* [Contracts](#contracts)
|
||||||
* [Guarded Functions](#guarded-functions)
|
* [Guarded Functions](#guarded-functions)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue