
18 Aug
2009
18 Aug
'09
9:49 a.m.
Ertugrul Soeylemez
computation :: State [Object] Result computation = do objs0 <- get (result, objs1) <- doSomethingWith objs0 put objs1 return result
Misindented, sorry. Again: computation :: State [Object] Result computation = do objs0 <- get (result, objs1) <- doSomethingWith objs0 put objs1 return result Greets, Ertugrul. -- nightmare = unsafePerformIO (getWrongWife >>= sex) http://blog.ertes.de/