Difference between revisions of "TypeCompose"

From HaskellWiki
Jump to navigation Jump to search
m
 
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.

TypeCompose is used in Phooey, a functional GUI library.

Type composition

For now, see the Haddock docs.

Data-driven computation