27 Mar
2018
27 Mar
'18
12:51 a.m.
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.