31 Aug 2012 21:01
Code review request - using ErrorT
C K Kashyap <ckkashyap <at> gmail.com>
2012-08-31 19:01:41 GMT
2012-08-31 19:01:41 GMT
Dear gentle Haskellers,
I'd appreciate it very much if you could please take a look the my code here and give me some feedback -
I am particularly looking for advice around what would be a good type for a server handler function that does IO and needs to short circuit if it fails at any point also needs to thread a state along. I am considering this -
ErrorT String (StateT Int IO) Data
Regards,
Kashyap
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
RSS Feed