Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. liftReadListValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  2. liftShowList2ValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  3. liftShowListValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

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

    deriving-compat Data.Deriving.Internal

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

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

  6. readListPrecDefaultValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  7. readListPrecValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  8. readListValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  9. showListValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  10. showListWithValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

Page 91 of many | Previous | Next