From 23942621f76b11c39d342a050fef3b9ac42062de Mon Sep 17 00:00:00 2001 From: Jethro Larson Date: Tue, 23 Feb 2016 01:12:23 -0800 Subject: [PATCH] Added definition for Categories --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 74cafc3..bea7af4 100644 --- a/readme.md +++ b/readme.md @@ -153,6 +153,8 @@ Points-free function definitions look just like normal assignments without `func ## Categories +> Objects with associated functions that adhere certain rules. E.g. [monoid](#monoid) + --- ## Functor