HoleyMonoid: Monoids with holes.

[ bsd3, data-structures, library ] [ Propose Tags ]

The HoleyMonoid allows building monoidal values of which certain components are to be filled in later. For example:

> let holey = now "x = "
            . later show
            . now ", y = "
            . later show
> run holey 3 5
"x = 3, y = 5"

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2
Dependencies base (>=4 && <5) [details]
License BSD-3-Clause
Copyright Some Rights Reserved (CC) 2009 Martijn van Steenbergen
Author Martijn van Steenbergen
Maintainer Martijn van Steenbergen <martijn@van.steenbergen.nl>
Category Data Structures
Home page http://code.google.com/p/monoid-cont/
Uploaded by MartijnVanSteenbergen at 2009-10-23T15:26:52Z
Distributions NixOS:0.1.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3274 total (14 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]