Code review request - using ErrorT

31 Aug
2012
31 Aug
'12
3:01 p.m.
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 - https://github.com/ckkashyap/haskell-websocket/blob/master/src/lib/Net/WebSo... 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
4648
Age (days ago)
4648
Last active (days ago)
0 comments
1 participants
participants (1)
-
C K Kashyap