Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. data Word64Set

    ghc-lib-parser GHC.Data.Word64Set

    A set of integers.

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

    ghc-lib-parser GHC.Data.Word64Set

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

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

    ghc-lib-parser GHC.Data.Word64Set

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

  4. data Word64Set

    ghc-lib-parser GHC.Data.Word64Set.Internal

    A set of integers.

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

    ghc-lib-parser GHC.Data.Word64Set.Internal

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

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

    ghc-lib-parser GHC.Data.Word64Set.Internal

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

  7. CharsetDir :: FilePath -> Option

    mysql Database.MySQL.Base

    No documentation available.

  8. CharsetName :: String -> Option

    mysql Database.MySQL.Base

    No documentation available.

  9. characterSet :: Connection -> IO String

    mysql Database.MySQL.Base

    No documentation available.

  10. mysql_character_set_name :: Ptr MYSQL -> IO CString

    mysql Database.MySQL.Base.C

    No documentation available.

Page 122 of many | Previous | Next