Skip to content

Commit 1105aae

Browse files
dmitrizjethrolarson
authored andcommitted
Corrected definition of Category (#138)
1 parent 63cedc8 commit 1105aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ TODO
326326

327327
## Categories
328328

329-
Objects with associated functions that adhere to certain rules. E.g. [Monoid](#monoid)
329+
A Category is a collection of objects (types) and functions (aka morphisms) between those types, typically sending values to values. Further, functions `a->b` and `b->c` can be composed into a new function `a->c`, the composition is associative, and there is identity function `a->a` for each object `a` that does not change functions by composing from right or from left.
330330

331331
## Value
332332

0 commit comments

Comments
 (0)