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.OneTuple

Description

Single homotuples.

Orphan instances

IsList (OneTuple a) Source # 
Instance details

Associated Types

type Item (OneTuple a) #

Methods

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

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

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