Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Data.Generics.Product.
HList Derive an isomorphism between a product type and a flat HList.
class
IsList f g (as :: [Type]) (bs :: [Type]) | f -> as, g -> bsgeneric-lens Data.Generics.Product.HList No documentation available.
fromAscList :: Enum k => [(k, a)] -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.
fromAscListWith :: Enum k => (a -> a -> a) -> [(k, a)] -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.
fromAscListWithKey :: Enum k => (k -> a -> a -> a) -> [(k, a)] -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.
fromDistinctAscList :: Enum k => [(k, a)] -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.
fromList :: Enum k => [(k, a)] -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.
fromListWith :: Enum k => (a -> a -> a) -> [(k, a)] -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.
fromListWithKey :: Enum k => (k -> a -> a -> a) -> [(k, a)] -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.
toAscList :: Enum k => EnumMap k a -> [(k, a)]enummapset Data.EnumMap.Lazy No documentation available.