On Apr 1, 2009, at 11:22 AM, Eli Barzilay wrote:
It could -- but you're using the generic form of the sequence, so it's trying to guess what you want to iterate over. This works: (define wv (for/list ([c s] [i (in-list is)]) (list c i)))
Oops thank you. That saved a line! And a surface set! ;; ---I am still impressed by Haskell's notational economy. _________________________________________________
For list-related administrative tasks: http://list.cs.brown.edu/mailman/listinfo/plt-dev