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
- [Haskell-cafe] First go at reactive programming Levi Stephen
- Re: [Haskell-cafe] First go at reactive programming Conal Elliott
- Re: [Haskell-cafe] First go at reactive programming Levi Stephen
- Re: [Haskell-cafe] First go at reactive programming Steve Lihn
- Re: [Haskell-cafe] First go at reactive programming Conal Elliott
- Re: [Haskell-cafe] First go at reactive programming Steve Lihn
- Re: [Haskell-cafe] First go at reactive programming Conal Elliott
- Re: [Haskell-cafe] First go at reactive programming Steve Lihn
- Re: [Haskell-cafe] First go at reactive programming gwern0
Re: [Haskell-cafe] First go at reactive programming Steve Lihn