acme-omitted: A name for omitted definitions

[ acme, bsd3, library ] [ Propose Tags ]

acme-omitted provides a way of indicating that a definition has been "omitted" (though not inherently undefinable), an alternative to "Prelude.undefined", and the means to observe the difference.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1.0.0, 1.2.0.0, 2.0.0.0, 3.0.0.0
Change log ChangeLog
Dependencies base (>=3 && <5) [details]
License BSD-3-Clause
Copyright (c) 2013-2016 Joachim Fasting
Author Joachim Fasting
Maintainer joachifm@fastmail.fm
Category Acme
Home page https://github.com/joachifm/acme-omitted#readme
Source repo head: git clone https://github.com/joachifm/acme-omitted.git
Uploaded by JoachimFasting at 2016-08-19T03:39:46Z
Distributions NixOS:3.0.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3613 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-10-26 [all 1 reports]

Readme for acme-omitted-3.0.0.0

[back to package description]

acme-omitted: a name for omitted definitions

acme-omitted provides

  • a way of indicating that a definition has been "omitted" (though not inherently undefinable); and
  • an alternative to Prelude.undefined; and
  • the means to observe the difference.