> f :: [input] -> state -> outputs.. or with state monad m it could be a combination of
f :: [input] -> m outputs
f :: [input] -> outputs - for intermediate results where state is not R/Wstate + IO is not too difficult. here is a very good explanationI understood the last one - Use liftIO - best
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners