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.1@sha256:47a770d36e01652b34e5805533d491e92da8eace4fe0054604d06c7abe7bbe0e,1134

Module documentation for 0.2.2.1

Depends on 1 package(full list with versions):
Used by 1 package in nightly-2021-07-12(full list with versions):

This package provides a singleton tuple data type

data OneTuple a = OneTuple a

Note: it's not a newtype

Changes

next

  • Compatible with GHC-8.6

0.2.2

  • Add Semigroup instances
  • Compatible with GHC-8.4