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. pushBool :: Pusher e Bool

    hslua-marshalling HsLua.Marshalling.Push

    Pushes a Bool as a Lua boolean.

  2. _Bool :: AsValue t => Prism' t Bool

    lens-aeson Data.Aeson.Lens

    >>> "{\"a\": \"xyz\", \"b\": true}" ^? key "b" . _Bool
    Just True
    
    >>> "{\"a\": \"xyz\", \"b\": true}" ^? key "a" . _Bool
    Nothing
    
    >>> _Bool # True :: String
    "true"
    
    >>> _Bool # False :: String
    "false"
    

  3. PWTBoolCase :: PWarnType

    Cabal-syntax Distribution.Fields

    true or false, not True or False

  4. PWTBoolCase :: PWarnType

    Cabal-syntax Distribution.Parsec

    true or false, not True or False

  5. PWTBoolCase :: PWarnType

    Cabal-syntax Distribution.Parsec.Warning

    true or false, not True or False

  6. xsd_boolean :: String

    hxt Text.XML.HXT.XMLSchema.DataTypeLibW3CNames

    No documentation available.

  7. getRawBooleanSetting :: FilePath -> RawSettings -> String -> Either String Bool

    ghc-boot GHC.Settings.Utils

    No documentation available.

  8. FileAttributeTypeBoolean :: FileAttributeType

    gi-gio GI.Gio.Enums

    a boolean value.

  9. SettingsBindFlagsInvertBoolean :: SettingsBindFlags

    gi-gio GI.Gio.Flags

    When passed to settingsBind, uses a pair of mapping functions that invert the boolean value when mapping between the setting and the property. The setting and property must both be booleans. You cannot pass this flag to g_settings_bind_with_mapping().

  10. desktopAppInfoGetBoolean :: (HasCallStack, MonadIO m, IsDesktopAppInfo a) => a -> Text -> m Bool

    gi-gio GI.Gio.Objects.DesktopAppInfo

    Looks up a boolean value in the keyfile backing info. The key is looked up in the "Desktop Entry" group. Since: 2.36

Page 83 of many | Previous | Next