Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. fromList :: Ord v => [v] -> Multiset v

    more-containers Data.Multiset

    O(n * log n) Builds a multiset from values.

  2. toGroupList :: Multiset v -> [Group v]

    more-containers Data.Multiset

    O(m) Converts the multiset to a list of values and associated counts. The groups are in undefined order; see toGrowingGroupList and toShrinkingGroupList for sorted versions.

  3. toGrowingGroupList :: Multiset v -> [Group v]

    more-containers Data.Multiset

    O(m * log m) Converts the multiset into a list of values and counts, from least common to most.

  4. toShrinkingGroupList :: Multiset v -> [Group v]

    more-containers Data.Multiset

    O(m * log m) Converts the multiset into a list of values and counts, from most common to least.

  5. parseJSONList :: FromJSON a => Value -> Parser [a]

    morpheus-graphql-client Data.Morpheus.Client.CodeGen.Internal

    No documentation available.

  6. toEncodingList :: ToJSON a => [a] -> Encoding

    morpheus-graphql-client Data.Morpheus.Client.CodeGen.Internal

    No documentation available.

  7. toJSONList :: ToJSON a => [a] -> Value

    morpheus-graphql-client Data.Morpheus.Client.CodeGen.Internal

    No documentation available.

  8. TypeValueList :: [TypeValue] -> TypeValue

    morpheus-graphql-code-gen-utils Data.Morpheus.CodeGen.Internal.AST

    No documentation available.

  9. fromList :: [Char] -> CharSet

    parser-regex Data.CharSet

    Create a set from Chars in a list.

  10. inList :: PersistField typ => EntityField v [typ] -> [typ] -> Filter v

    persistent-mongoDB Database.Persist.MongoDB

    Intersection of lists: if any value in the field is found in the list.

Page 208 of many | Previous | Next