[Haskell-cafe] What is the role of $!?

Lauri Alanko la at iki.fi
Sun Nov 18 11:45:45 EST 2007


Please note that if you're using GHC, bang patterns are often much
more convenient than $! or seq when you want to enforce strictness:

http://www.haskell.org/ghc/docs/latest/html/users_guide/bang-patterns.html


Lauri


More information about the Haskell-Cafe mailing list