
1 Aug
2010
1 Aug
'10
6:43 a.m.
Ivan Lazar Miljenovic
No, a pure function is one without any side effects.
There are no functions with side effects in Haskell, unless you use hacks like unsafePerformIO. Every Haskell function is perfectly referentially transparent, i.e. pure. Greets, Ertugrul -- nightmare = unsafePerformIO (getWrongWife >>= sex) http://ertes.de/