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.
fromList :: Ord v => [v] -> Multiset vmore-containers Data.Multiset O(n * log n) Builds a multiset from values.
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.
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.
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.
parseJSONList :: FromJSON a => Value -> Parser [a]morpheus-graphql-client Data.Morpheus.Client.CodeGen.Internal No documentation available.
toEncodingList :: ToJSON a => [a] -> Encodingmorpheus-graphql-client Data.Morpheus.Client.CodeGen.Internal No documentation available.
toJSONList :: ToJSON a => [a] -> Valuemorpheus-graphql-client Data.Morpheus.Client.CodeGen.Internal No documentation available.
TypeValueList :: [TypeValue] -> TypeValuemorpheus-graphql-code-gen-utils Data.Morpheus.CodeGen.Internal.AST No documentation available.
-
parser-regex Data.CharSet Create a set from Chars in a list.
inList :: PersistField typ => EntityField v [typ] -> [typ] -> Filter vpersistent-mongoDB Database.Persist.MongoDB Intersection of lists: if any value in the field is found in the list.