purescript / documentation

Documentation for the PureScript language, compiler, and tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evaluation strategy

kephas opened this issue · comments

In language/Differences-from-Haskell.md, it is said

Unlike Haskell, PureScript is strictly evaluated.

But there are two alternative backends, for Haskell and Nix, that have lazy evaluation. Does that mean that they are non-conforming backends? If not, shouldn't this documentation be changed to something like:

Unlike Haskell, PureScript's default JS backend is strictly evaluated.