Reactive/Versions

From HaskellWiki
< Reactive
Revision as of 03:41, 10 January 2008 by Conal (talk | contribs) (first edit: versions 0.0 & 0.1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Version 0

Version 0.1

  • Added Never constructor for Future. Allows optimizations, including a huge improvement for (>>=) on Event (which had been piling up nevers).
  • removed -threaded comment
  • added traceR (reactive value tracing)
  • use idler in src/Examples.hs (for single-threaded use of wxHaskell)

Version 0.0

  • New project.