• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. gtypeBoolean :: GType

    haskell-gi-base Data.GI.Base.GType

    GType corresponding to gboolean.

  2. gvariantFromBool :: Bool -> IO GVariant

    haskell-gi-base Data.GI.Base.GVariant

    No documentation available.

  3. gvariantToBool :: GVariant -> IO (Maybe Bool)

    haskell-gi-base Data.GI.Base.GVariant

    No documentation available.

  4. constructObjectPropertyBool :: String -> Bool -> IO (GValueConstruct o)

    haskell-gi-base Data.GI.Base.Properties

    No documentation available.

  5. getObjectPropertyBool :: GObject a => a -> String -> IO Bool

    haskell-gi-base Data.GI.Base.Properties

    No documentation available.

  6. setObjectPropertyBool :: GObject a => a -> String -> Bool -> IO ()

    haskell-gi-base Data.GI.Base.Properties

    No documentation available.

  7. TBoolean :: BasicType

    haskell-gi Data.GI.CodeGen.Type

    gboolean

  8. TBoolean :: BasicType

    haskell-gi Data.GI.GIR.BasicTypes

    gboolean

  9. parseBool :: Text -> Parser Bool

    haskell-gi Data.GI.GIR.Parser

    A boolean value given by a numerical constant.

  10. ioBool :: IO Bool -> State# RealWorld -> (# State# RealWorld, Bool# #)

    ghc-bignum GHC.Num.Primitives

    No documentation available.

Page 79 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete