Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newNameList :: String -> Int -> Q [Name]deriving-compat Data.Deriving.Internal Generate a list of fresh names with a common prefix, and numbered suffixes.
partitionByList :: [Bool] -> [a] -> ([a], [a])deriving-compat Data.Deriving.Internal partitionByList takes a list of Bools and a list of some elements and partitions the list according to the list of Bools. Elements corresponding to True go to the left; elements corresponding to False go to the right. For example, partitionByList [True, False, True] [1,2,3] == ([1,3], [2]) This function does not check whether the lists have equal length.
readListPrecDefaultValName :: Namederiving-compat Data.Deriving.Internal No documentation available.
-
deriving-compat Data.Deriving.Internal No documentation available.
-
deriving-compat Data.Deriving.Internal No documentation available.
-
deriving-compat Data.Deriving.Internal No documentation available.
-
deriving-compat Data.Deriving.Internal No documentation available.
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.