diff options
Diffstat (limited to 'computation/types.md')
-rw-r--r-- | computation/types.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/computation/types.md b/computation/types.md new file mode 100644 index 0000000..2edfe7c --- /dev/null +++ b/computation/types.md @@ -0,0 +1,11 @@ +# types! ah, wonderous types! + +## Resources + +- *Types and Programming Languages* by Benjamin C. Pierce + +## algebraic data types + +## inductive types +- https://en.wikipedia.org/wiki/Inductive_type + |