[Haskell-beginners] how to split a list

PICCA Frederic-Emmanuel frederic-emmanuel.picca at synchrotron-soleil.fr
Mon Mar 26 19:21:22 UTC 2018


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.


More information about the Beginners mailing list