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

Description

Single homotuples.

Orphan instances

IsList (Identity a) Source # 
Instance details

Associated Types

type Item (Identity a) #

Methods

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

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

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