# list-singleton [![CI](https://github.com/tfausak/list-singleton/workflows/CI/badge.svg)](https://github.com/tfausak/list-singleton/actions/new) [![Hackage](https://img.shields.io/hackage/v/list-singleton)](https://hackage.haskell.org/package/list-singleton) [![Stackage](https://www.stackage.org/package/list-singleton/badge/nightly?label=stackage)](https://www.stackage.org/package/list-singleton) 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. [the announcement post]: https://taylor.fausak.me/2019/09/07/list-singleton/ [the documentation]: https://hackage.haskell.org/package/list-singleton