diff options
author | JJ | 2023-11-23 05:49:50 +0000 |
---|---|---|
committer | JJ | 2023-11-23 05:49:50 +0000 |
commit | fa8bb975614b5da3eb358598a1fa379911900f0d (patch) | |
tree | 437563202ff3a79e352289f1d9f2bbe26fe48a5d /computation/types.md |
meow
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 + |