Added definition for Categories

This commit is contained in:
Jethro Larson 2016-02-23 01:12:23 -08:00
parent b663e9a07a
commit 23942621f7

View file

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