list-singleton

Easily and clearly create lists with only one element in them.

Version on this page:1.0.0.2
LTS Haskell 19.33:2.0.0.2
Stackage Nightly 2022-09-01:2.0.0.2
Latest on Hackage:2.0.0.2

See all snapshots list-singleton appears in

ISC licensed
Maintained by Taylor Fausak
This version can be pinned in stack with:list-singleton-1.0.0.2@sha256:985c07bd5e44f3e21ff460b474b5fcc3c33c7082eaedf67905378ec707e7c4d0,1100

Module documentation for 1.0.0.2

Depends on 1 package(full list with versions):

list-singleton

Version badge Build badge

The list-singleton is a Haskell package allows you to easily and clearly create lists with only one element in them, which are typically called “singleton lists” or simply “singletons”.

For more details, read the announcement post on my blog or the documentation on Hackage.

Changes

Change log

1.0.0.2

  • #1: Added rationale to documentation. Thanks @chris-martin!

1.0.0.1

  • #2: Fixed formatting of other package names in package description. Thanks @chris-martin and @chshersh!

1.0.0.0

  • Initially released.