haskell-cafe  

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

Steve Lihn
Sun, 20 Jan 2008 18:39:00 -0800

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
>
>
>
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe