Update TOC

This commit is contained in:
jethro larson 2016-06-06 16:34:11 -07:00
parent 4cc76141c6
commit f4db1010f8

View file

@ -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)