Re: [Haskell-cafe] FRP (was: Semantic Domain, Function, and denotational model)

2008-09-17 Thread Conal Elliott
Hi John, We're working toward a library release. This summer has been more chaotic for me than I expected. Meanwhile the current is as Robin mentioned below. Not in a terribly usable form. You'll need ghc-6.9 for the vector-space dependency (vector spaces, linear maps, and derivatives), since a

Re: [Haskell-cafe] FRP (was: Semantic Domain, Function, and denotational model)

2008-09-17 Thread Robin Green
On Wed, 17 Sep 2008 15:28:35 +0100 "John Lato" <[EMAIL PROTECTED]> wrote: > I just noticed that the "Simply Efficient Functional Reactivity" paper > has been updated since I last looked; I'll have to read it again now. > > Is the library/code mentioned in the paper released or available > anywher

[Haskell-cafe] FRP (was: Semantic Domain, Function, and denotational model)

2008-09-17 Thread John Lato
I just noticed that the "Simply Efficient Functional Reactivity" paper has been updated since I last looked; I'll have to read it again now. Is the library/code mentioned in the paper released or available anywhere at this time? Conal has left tantalizing hints scattered in various places... Tha