From aab4db75dd9895b128a6456bd340cd481ea6706c Mon Sep 17 00:00:00 2001 From: chocolateboy Date: Sat, 10 Jun 2017 23:00:44 +0000 Subject: [PATCH] rm obsolete links Remove links to [removed](https://github.com/hemanth/functional-programming-jargon/commit/4f869c86d9071349cae9863f941369c833116dd3) TODO sections: * Guarded Functions * Traversable --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 7d90d84..364ba2e 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,6 @@ __Table of Contents__ * [Point-Free Style](#point-free-style) * [Predicate](#predicate) * [Contracts](#contracts) -* [Guarded Functions](#guarded-functions) * [Category](#category) * [Value](#value) * [Constant](#constant) @@ -52,7 +51,6 @@ __Table of Contents__ * [Setoid](#setoid) * [Semigroup](#semigroup) * [Foldable](#foldable) -* [Traversable](#traversable) * [Type Signatures](#type-signatures) * [Algebraic data type](#algebraic-data-type) * [Sum type](#sum-type)