-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ryan Stegmann
committed
Feb 7, 2017
1 parent
b2775be
commit 82df8f7
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Dictionary | ||
|
||
| Thingy | Definition | | ||
|:---|---:| | ||
| `~>` | `Operator arrow`. Represents `morphism` and indicates constraint for the left side. | | ||
| `Morphism` | Structure-preserving map from one `object` to another | | ||
| `Algebraic Data Type` | An `initial object` for a given endofunctor in the category | | ||
| `Initial object` | An object with _one and only one_ `morphism` in the cateogry | |