I recommend reading Conal Elliott's "Efficient Functional Reactivity" paper for an in-depth real-world example.
http://www.conal.net/papers/simply-reactive -- ryan On Sun, Sep 14, 2008 at 11:31 AM, Daryoush Mehrtash <[EMAIL PROTECTED]> wrote: > I have been told that for a Haskell/Functional programmer the process > of design starts with defining Semantic Domain, Function, and > denotational model of the problem. I have done some googling on the > topic but haven't found a good reference on it. I would appreciate > any good references on the topic. > > thanks, > > daryoush > > ps. I have found referneces like > http://en.wikibooks.org/wiki/Haskell/Denotational_semantics which > talks about semantic domain for "the Haskell programs 10, 9+1, 2*5" > which doesn't do any good for me. I need something with a more real > examples. > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
