http://code.google.com/p/prettyprint/source/detail?r=581
Modified:
/trunk/language/TODO.language
=======================================
--- /trunk/language/TODO.language Wed Jun 30 17:44:21 2010
+++ /trunk/language/TODO.language Wed Jun 30 17:50:41 2010
@@ -5,8 +5,6 @@
Define how to convert non-strings to strings, including formatting (hex,
etc)
-tuple<int, bool> = [0] should probably work
-
list x = [ 1, 2 ]; // detect x as list<int>
tuple x = [ 1, "2" ]; // detext x as tuple<int, string>