nonempty-wrapper: Create NonEmpty version of any container

[ data, library ] [ Propose Tags ] [ Report a vulnerability ]

Create NonEmpty version of any container.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Change log changelog.md
Dependencies base (>=4 && <5), template-haskell (>=2 && <3) [details]
Tested with ghc ==9.12.1, ghc ==9.10.2, ghc ==9.8.4, ghc ==9.6.7, ghc ==9.4.8, ghc ==9.2.8
License ISC
Author Gautier DI FOLCO
Maintainer foss@difolco.dev
Category Data
Home page http://github.com/blackheaven/nonempty-wrapper/nonempty-wrapper
Uploaded by gdifolco at 2025-07-20T11:01:51Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 119 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-07-20 [all 1 reports]

Readme for nonempty-wrapper-0.1.1.0

[back to package description]

nonempty-wrapper

Create NonEmpty version of any container.

Example:

type NonEmptyText = NonEmpty Text