Skip to content

Commit

Permalink
Add experimental Dictionary api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Stegmann committed Feb 7, 2017
1 parent b2775be commit 82df8f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/Dictionary.md
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 |

0 comments on commit 82df8f7

Please sign in to comment.