[Fwd: Re: [clean-list] Clean versus Haskell]

John van Groningen johnvg at cs.ru.nl
Mon Oct 19 15:19:17 MEST 2009


Isaac Gouy wrote:
>..
>I'm curious too - does the answer depend on whether the strictness analyzer is enabled (strict context?) or is an unboxed array always strict?

An unboxed array is always strict (but not hyperstrict), the array element
is evaluated to root normal form (and unboxed) before it is stored in
the array.

>..

Kind regards,

John van Groningen


More information about the clean-list mailing list