On 7/22/06, Matthew Bromberg <[EMAIL PROTECTED]> wrote:
I used what I thought, initially was an elegant contruction technique in
Haskell. Something like this
do
...
sequence $ [ reffill b s | s <- [0..(fi temits)-1], b <- [0..(fi nc)-1]]
...(push list on to matrix stack)
Try the sequence_ (note the underscore) function, it should be a big win here.
Cheers,
Spencer Janssen
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe