summaryrefslogtreecommitdiff
path: root/transfer/TODO
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-26 21:05:01 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-26 21:05:01 +0000
commitfb1d9b7d2c3c8261fc5a2ce3698e6749458b207a (patch)
tree466adc81f2c6ac803d20804863927c076e2b243a /transfer/TODO
parent33eb6d899fef48f2d38a92bc0fab66ff585be553 (diff)
removed transfer from gf3
Diffstat (limited to 'transfer/TODO')
-rw-r--r--transfer/TODO55
1 files changed, 0 insertions, 55 deletions
diff --git a/transfer/TODO b/transfer/TODO
deleted file mode 100644
index 6ad3a3428..000000000
--- a/transfer/TODO
+++ /dev/null
@@ -1,55 +0,0 @@
-* Improve front-end language
-
-- implicit arguments?
-
-- show generation
-
-- ord generation
-
-- better module system
-
-- Negated patterns?
-
-- Simplify taking many arguments of the same type: f : (A,B : Type) -> ...
-
-- add record extension operator?
-
-* Improve interpreter
-
-- More efficient handling of constructor application
-
-- Implement tail recursion.
-
-* Improve the core language
-
-* Add primitive types operations to core
-
-- add Char type, with primitive operations:
- - Enum stuff
-
-- add more primitive operations on strings:
- - make list an isntance of the collection class for strings
-
-* Add more libraries
-
-- Enum class
-
-- Bounded class
-
-- list functions
-
-- a map structure
-
-- collections framework?
-
-- state monad
-
-* Improve compilation
-
-* Implement module system in interpreter
-
-* Add type checker for core
-
-* Add friendly type checker for front-end language
-
-* Add termination checker