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

  • Data
    • Data.Tuple
      • Data.Tuple.OneTuple
Depends on 1 package(full list with versions):
Used by 2 packages in nightly-2019-06-05(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