OneTuple

Singleton Tuple

Version on this page:0.2.2@rev:2
LTS Haskell 22.21:0.4.1.1@rev:1
Stackage Nightly 2024-05-11:0.4.1.1@rev:1
Latest on Hackage:0.4.2

See all snapshots OneTuple appears in

BSD-3-Clause licensed by John Dorsey
Maintained by Oleg Grenrus, John Dorsey
This version can be pinned in stack with:OneTuple-0.2.2@sha256:6333f89935827f92adb20e16eb72a02abf6ee3b64f25d4b9ef249dd8eb8527c6,1056

Module documentation for 0.2.2

Depends on 1 package(full list with versions):
Used by 2 packages in lts-14.3(full list with versions):

This package provides a singleton tuple data type

data OneTuple a = OneTuple a

Note: it's not a newtype

Changes

0.2.2

  • Add Semigroup instances
  • Compatible with GHC-8.4