simple-observer-0.0.1: The Observer pattern

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

Version0.0.1
Dependenciesbase (4.*)
LicenseBSD3
CopyrightAndy Gimblett <haskell@gimbo.org.uk>
AuthorAndy Gimblett <haskell@gimbo.org.uk>
MaintainerAndy Gimblett <haskell@gimbo.org.uk>
StabilityAlpha
CategoryControl
Home pagehttp://github.com/gimbo/observer.hs
Source repositorygit clone http://github.com/gimbo/observer.hs
Upload dateWed Nov 11 22:09:59 UTC 2009
Uploaded byAndyGimblett
Built onghc-6.10, ghc-6.12, ghc-7.0

Modules

Downloads