Merge pull request #49 from aaronwinter/master

Added ADT + Memory management
This commit is contained in:
Nauman Ahmad
2015-01-26 07:53:58 +05:00
+11
View File
@@ -0,0 +1,11 @@
__#My Dream:
* Algebraic Data Types a la Haskell
Example:
Let's define the set of natural numbers:
Nat = Z | S(Nat) with S being the operation "add one" and Z being zero.
* More freedom / built-in functions for memory management