TV: Tangible Values -- composable interfaces

[ bsd3, interfaces, library ] [ Propose Tags ]

TV is a library for composing tangible values ("TVs"), i.e., values that carry along external interfaces. Values and interfaces are combined and separable, which makes TVs ready to use and to reuse.

Try out the examples in src/Examples.hs.

For more information, including examples, please see the project wiki page http://haskell.org/haskellwiki/TV

This page and the module documentation pages have links to colorized source code and to wiki pages where you can read and contribute /user comments/. Enjoy!

© 2007 by Conal Elliott; BSD3 license.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0, 0.1.1, 0.2, 0.4, 0.4.2, 0.4.3, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.5.0
Change log CHANGES
Dependencies base (<5), DeepArrow (>=0.3.1), TypeCompose (>=0.6.7) [details]
License BSD-3-Clause
Copyright (c) 2006,2009 by Conal Elliott
Author Conal Elliott
Maintainer conal@conal.net
Category Interfaces
Home page http://haskell.org/haskellwiki/TV
Uploaded by ConalElliott at 2010-09-10T18:56:50Z
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 9889 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for TV-0.4.7

[back to package description]
TV is a library for interfacing to functional values.  It can also be
viewed as an approach to functional interfaces.  The name "TV" comes
"tangible values", which is the central idea of the library.  For a fuller
description and link to documentation, please see the project wiki page:

  http://haskell.org/haskellwiki/TV

You can configure, build, generate haddock docs, and install all in the
usual way with Cabal commands.

  runhaskell Setup.lhs configure
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install

See src/Examples.hs for examples.