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.

  1. newNameList :: String -> Int -> Q [Name]

    deriving-compat Data.Deriving.Internal

    Generate a list of fresh names with a common prefix, and numbered suffixes.

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

  3. readListPrecDefaultValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  4. readListPrecValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  5. readListValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  6. showListValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  7. showListWithValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  8. module Data.Generics.Product.HList

    Derive an isomorphism between a product type and a flat HList.

  9. class IsList f g (as :: [Type]) (bs :: [Type]) | f -> as, g -> bs

    generic-lens Data.Generics.Product.HList

    No documentation available.

  10. fromAscList :: Enum k => [(k, a)] -> EnumMap k a

    enummapset Data.EnumMap.Lazy

    No documentation available.

Page 91 of many | Previous | Next