TypeCompose: Difference between revisions
mNo edit summary |
|||
Line 11: | Line 11: | ||
== Type composition == | == Type composition == | ||
For now, see the [http://darcs.haskell.org/packages/TypeCompose/doc/html/Control-Compose.html Haddock docs]. | |||
== Data-driven computation == | == Data-driven computation == |
Revision as of 06:49, 30 March 2007
Abstract
TypeCompose provides some classes & instances for forms of type composition. It also includes a very simple implementation of data-driven computation.
- Read the Haddock docs (with source code, additional examples, and Comment/Talk links).
- Get the code repository: darcs get http://darcs.haskell.org/packages/TypeCompose, or
- Grab a distribution tarball.
- See the version changes.
TypeCompose is used in Phooey, a functional GUI library.
Type composition
For now, see the Haddock docs.