Name: reactive Version: 0.8.3 Synopsis: Simple foundation for functional reactive programming Category: reactivity, FRP Description: /Reactive/ is a simple foundation for programming reactive systems functionally. Like Fran\/FRP, it has a notions of (reactive) behaviors and events. Unlike most previous FRP implementations, Reactive has a hybrid demand/data-driven implementation, as described in the paper \"Simply efficient functional reactivity\", . . Please see the project wiki page: . The module documentation pages have links to colorized source code and to wiki pages where you can read and contribute user comments. Enjoy! . © 2007-2008 by Conal Elliott; BSD3 license. Author: Conal Elliott Maintainer: conal@conal.net Homepage: http://haskell.org/haskellwiki/reactive Package-Url: http://code.haskell.org/reactive Copyright: (c) 2007-2008 by Conal Elliott Cabal-Version: >= 1.2 License: BSD3 Stability: provisional Build-Type: Simple Extra-Source-Files: Library Build-Depends: base, old-time, random, QuickCheck < 2.0, TypeCompose>=0.3, vector-space, unamb, checkers -- This library uses the ImpredicativeTypes flag, and it depends -- on vector-space, which needs ghc >= 6.9 if impl(ghc < 6.9) { buildable: False } Hs-Source-Dirs: src Exposed-Modules: FRP.Reactive FRP.Reactive.Future FRP.Reactive.PrimReactive FRP.Reactive.Reactive FRP.Reactive.Behavior FRP.Reactive.Fun FRP.Reactive.Improving FRP.Reactive.Num FRP.Reactive.VectorSpace -- FRP.Reactive.LegacyAdapters FRP.Reactive.Internal.Misc FRP.Reactive.Internal.Fun FRP.Reactive.Internal.Future FRP.Reactive.Internal.Reactive FRP.Reactive.Internal.Behavior FRP.Reactive.Internal.Clock FRP.Reactive.Internal.Timing Data.AddBounds Data.Min Data.Max Data.PairMonad -- Probably eliminate the next few FRP.Reactive.Internal.IVar FRP.Reactive.Internal.Serial FRP.Reactive.Internal.TVal ghc-options: -Wall