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.

  1. fromSet :: Set a -> MultiSet a

    multiset Data.MultiSet

    O(n). Convert a Set to a multiset.

  2. isProperSubsetOf :: Ord a => MultiSet a -> MultiSet a -> Bool

    multiset Data.MultiSet

    O(n+m). Is this a proper subset? (ie. a subset but not equal).

  3. isSubsetOf :: Ord a => MultiSet a -> MultiSet a -> Bool

    multiset Data.MultiSet

    O(n+m). Is this a subset? (s1 `isSubsetOf` s2) tells whether s1 is a subset of s2.

  4. toSet :: MultiSet a -> Set a

    multiset Data.MultiSet

    O(n). Convert a multiset to a Set, removing duplicates.

  5. maxSet :: Maxima a -> Set a

    partialord Data.PartialOrd

    No documentation available.

  6. minSet :: Minima a -> Set a

    partialord Data.PartialOrd

    No documentation available.

  7. getOffset :: Get Int

    persist Data.Persist.Internal

    No documentation available.

  8. genericFieldOffsets :: (Generic a, GFieldWidthList (Rep a)) => ProductConst (Array Int Int) a

    persistable-record Database.Record.Persistable

    Generic offset array of record fields.

  9. columnOffsetsVarNameDefault :: Name -> VarName

    persistable-record Database.Record.TH

    Variable expression of record column offset array.

  10. defineColumnOffsets :: ConName -> Q [Dec]

    persistable-record Database.Record.TH

    Column offset array definition.

Page 152 of many | Previous | Next