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:aab52174dcdfa0d07939a80fa24ed8da6419f2c126201917a5225bc00d567470,1098

Module documentation for 0.2.2.1

Depends on 1 package(full list with versions):
Used by 1 package in nightly-2020-04-22(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