Re: [Haskell-cafe] First go at reactive programming

21 Jan
2008
21 Jan
'08
2:38 a.m.
This fixed the second example. Thanks.
I think handleConnection should be
handleConnection :: RequestHandler -> Handle -> IO ()
handleConnection r h = handleToRequest h >>= responseSend h . runRequestHandler r
Levi
6378
Age (days ago)
6378
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steve Lihn