Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

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

  1. data Word64Set

    ghc GHC.Data.Word64Set

    A set of integers.

  2. isProperSubsetOf :: Word64Set -> Word64Set -> Bool

    ghc GHC.Data.Word64Set

    Is this a proper subset? (ie. a subset but not equal).

  3. isSubsetOf :: Word64Set -> Word64Set -> Bool

    ghc GHC.Data.Word64Set

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

  4. data Word64Set

    ghc GHC.Data.Word64Set.Internal

    A set of integers.

  5. isProperSubsetOf :: Word64Set -> Word64Set -> Bool

    ghc GHC.Data.Word64Set.Internal

    Is this a proper subset? (ie. a subset but not equal).

  6. isSubsetOf :: Word64Set -> Word64Set -> Bool

    ghc GHC.Data.Word64Set.Internal

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

  7. limitOffsetOrder :: PersistEntity val => [SelectOpt val] -> (Int, Int, [SelectOpt val])

    persistent Database.Persist

    FIXME What's this exactly?

  8. OffsetBy :: Int -> SelectOpt record

    persistent Database.Persist.Class.PersistEntity

    No documentation available.

  9. data PersistSettings

    persistent Database.Persist.Quasi

    No documentation available.

  10. lowerCaseSettings :: PersistSettings

    persistent Database.Persist.Quasi

    No documentation available.

Page 82 of many | Previous | Next