Just one question about this.
I do not want to put a print in order to generate the newList object.
let l = []
let newList = superChnker l
print newList
How Can I tell to haskell, produce the result even if I do not use it.
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners