Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. fromList :: [Char] -> BitSetWord8

    bitset-word8 Data.BitSetWord8

    Convert given List of Char into packed bitwise set of Word64. Any Char having code point greater than 0xff is ignored.

  2. fromList :: [Char] -> BitSetWord8

    bitset-word8 Data.BitSetWord8.Internal

    Convert given List of Char into packed bitwise set of Word64. Any Char having code point greater than 0xff is ignored.

  3. fromList :: CryptHandle -> [(Bytes, v)] -> IO (Map v)

    bytehash Data.Bytes.HashMap

    Build a static hash map. This may be used on input that comes from an adversarial user. It always produces a perfect hash map.

  4. fromList :: CryptHandle -> [(Bytes, Word)] -> IO Map

    bytehash Data.Bytes.HashMap.Word

    No documentation available.

  5. fromList :: List a -> [a]

    bytestring-conversion Data.ByteString.Conversion

    No documentation available.

  6. fromList :: [Var QPN] -> ConflictSet

    cabal-install-solver Distribution.Solver.Modular.ConflictSet

    No documentation available.

  7. fromList :: [(k, a)] -> PSQ k a

    cabal-install-solver Distribution.Solver.Modular.PSQ

    No documentation available.

  8. fromList :: Ord w => [(w, k, v)] -> WeightedPSQ w k v

    cabal-install-solver Distribution.Solver.Modular.WeightedPSQ

    O(N log N).

  9. fromList :: Monoid a => [ComponentDep a] -> ComponentDeps a

    cabal-install-solver Distribution.Solver.Types.ComponentDeps

    No documentation available.

  10. fromList :: Package pkg => [pkg] -> PackageIndex pkg

    cabal-install-solver Distribution.Solver.Types.PackageIndex

    Build an index out of a bunch of packages. If there are duplicates, later ones mask earlier ones.

Page 21 of many | Previous | Next