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

20 Jan
2008
20 Jan
'08
9:38 p.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
6332
Age (days ago)
6332
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steve Lihn