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:e5782a10c5d74cbb61d0786e1e96b64a035193602dc7012ebe8f4e05e769c8d6,1005

Module documentation for 0.2.2

  • Data
    • Data.Tuple
      • Data.Tuple.OneTuple
Depends on 1 package(full list with versions):
Used by 1 package in nightly-2018-07-26(full list with versions):

This package provides a singleton tuple data type

data OneTuple = OneTuple a

Note: it's not a newtype

Changes

0.2.2

  • Add Semigroup instances
  • Compatible with GHC-8.4