holeyexp: Add, fill, plug holes in monoids

[ bsd3, interpolation, language, library ] [ Propose Tags ] [ Report a vulnerability ]

This is a library that allows you to add placeholders we call "holes" to any monoid. Then these holes can be filled or plugged.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0, 0.3.0.0, 0.3.0.1 (info)
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), containers (>=0.7 && <0.8), extra (>=1.8.1 && <1.9), megaparsec (>=9.7.0 && <9.9), text (>=2.1.3 && <2.2) [details]
Tested with ghc ==9.8.4, ghc >=9.10 && <9.11, ghc >=9.12 && <9.13, ghc ==9.14.1
License BSD-3-Clause
Author Harley Eades III
Maintainer Harley Eades III <harley.eades@gmail.com>
Uploaded by heades at 2026-09-04T13:09:46Z
Category Language
Home page https://github.com/DevWKB/holey-expression
Bug tracker https://github.com/DevWKB/holey-expression/issues
Source repo head: git clone https://github.com/heades/holey-expression
Distributions
Downloads 5 total (5 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 holeyexp-0.3.0.1

[back to package description]

Holey Expression

License BSD-3

Holey expressions correspond to a monoid with two kinds of elements: i. chunks and ii. holes. The former correspond to chunks of "text" which we leave abstract, and the latter correspond to placeholders for values that will eventually be translated into "text".

Documentation

The API is well documented. Please see hackage for the complete documentation.