Hoogle Search
Within Stackage Nightly 2025-10-12 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromSet :: Set a -> MultiSet amultiset Data.MultiSet O(n). Convert a Set to a multiset.
isProperSubsetOf :: Ord a => MultiSet a -> MultiSet a -> Boolmultiset Data.MultiSet O(n+m). Is this a proper subset? (ie. a subset but not equal).
isSubsetOf :: Ord a => MultiSet a -> MultiSet a -> Boolmultiset Data.MultiSet O(n+m). Is this a subset? (s1 `isSubsetOf` s2) tells whether s1 is a subset of s2.
-
multiset Data.MultiSet O(n). Convert a multiset to a Set, removing duplicates.
-
partialord Data.PartialOrd No documentation available.
-
partialord Data.PartialOrd No documentation available.
-
persist Data.Persist.Internal No documentation available.
genericFieldOffsets :: (Generic a, GFieldWidthList (Rep a)) => ProductConst (Array Int Int) apersistable-record Database.Record.Persistable Generic offset array of record fields.
columnOffsetsVarNameDefault :: Name -> VarNamepersistable-record Database.Record.TH Variable expression of record column offset array.
defineColumnOffsets :: ConName -> Q [Dec]persistable-record Database.Record.TH Column offset array definition.