homotuple-0.2.0.0: Homotuple, all whose elements are the same type
CopyrightKazuki Okamoto
Licensesee LICENSE
Maintainerkazuki.okamoto@kakkun61.com
Stabilityexperimental
PortabilityGHC
Safe HaskellTrustworthy
LanguageHaskell2010
Extensions
  • MonoLocalBinds
  • TypeFamilies
  • DataKinds
  • KindSignatures
  • ExplicitNamespaces

Data.Tuple.Homotuple.Only

Description

Single homotuples.

Orphan instances

IsList (Only a) Source # 
Instance details

Associated Types

type Item (Only a) #

Methods

fromList :: [Item (Only a)] -> Only a #

fromListN :: Int -> [Item (Only a)] -> Only a #

toList :: Only a -> [Item (Only a)] #