The simple-observer package
This is a simple Haskell implementation of the Observer pattern, specified as a typeclass with one example instance (demonstrating synchronous notifications). It is based on Observable.hs by Bastiaan Heeren, originally from http://www.cs.uu.nl/wiki/bin/view/Afp0607/ExerciseWXHaskell
Properties
| Version | 0.0.1 |
|---|---|
| Dependencies | base (4.*) |
| License | BSD3 |
| Copyright | Andy Gimblett <haskell@gimbo.org.uk> |
| Author | Andy Gimblett <haskell@gimbo.org.uk> |
| Maintainer | Andy Gimblett <haskell@gimbo.org.uk> |
| Stability | Alpha |
| Category | Control |
| Home page | http://github.com/gimbo/observer.hs |
| Source repository | git clone http://github.com/gimbo/observer.hs |
| Upload date | Wed Nov 11 22:09:59 UTC 2009 |
| Uploaded by | AndyGimblett |
| Built on | ghc-6.10, ghc-6.12, ghc-7.0 |
Modules
Downloads
- simple-observer-0.0.1.tar.gz (Cabal source package)
- package description (included in the package)