Random questions after a long haskell coding day

Jorge Adriano jadrian@mat.uc.pt
Sun, 27 Jan 2002 11:43:54 +0000


On Sunday 27 January 2002 05:36, Hal Daume III wrote:
> For your last question (about reduction to hnf), use the attached
> code; search the haskell mailing list for "deepseq" for more.

Thanks... I found myself trying to define a function
> deepSeq :: [a]->[a]
to evaluate all the elements of the list... this makes no sense of course, 
I'll try to keep myself from posting late at night :-)
About the module, isn't it usefull enough to be in some Library?

J.A.