@hackage OneTuple0.4.2.1
Singleton Tuple
Categories
License
BSD-3-Clause
Maintainer
Oleg Grenrus <oleg.grenrus@iki.fi>, John Dorsey <haskell@colquitt.org>
Links
Versions
Installation
Tested Compilers
Dependencies (6)
- base >=4.12 && <4.23
- base-orphans >=0.8.6
- foldable1-classes-compat >=0.1 && <0.2
- ghc-prim
- hashable >=1.3.5.0 && <1.6
- template-haskell Show all…
Dependents (20)
@hackage/web3-ethereum, @hackage/list-tuple, @hackage/web3-solidity, @hackage/acme-everything, @hackage/lattices, @hackage/aeson, Show all…
This package is a compatibility package for a singleton data type
data Solo a = MkSolo a
Note: it's not a newtype
Solo is available in base-4.16 (GHC-9.2).