documentation
documentation copied to clipboard
Evaluation strategy
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.