Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. HDBool :: Bool -> HamletData url

    shakespeare Text.Hamlet.RT

    No documentation available.

  2. peekBool :: Peeker e Bool

    hslua-marshalling HsLua.Marshalling

    Retrieves a Bool as a Lua boolean.

  3. peekBool :: Peeker e Bool

    hslua-marshalling HsLua.Marshalling.Peekers

    Retrieves a Bool as a Lua boolean.

  4. pushBool :: Pusher e Bool

    hslua-marshalling HsLua.Marshalling.Push

    Pushes a Bool as a Lua boolean.

  5. _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"
    

  6. PWTBoolCase :: PWarnType

    Cabal-syntax Distribution.Fields

    true or false, not True or False

  7. PWTBoolCase :: PWarnType

    Cabal-syntax Distribution.Parsec

    true or false, not True or False

  8. PWTBoolCase :: PWarnType

    Cabal-syntax Distribution.Parsec.Warning

    true or false, not True or False

  9. xsd_boolean :: String

    hxt Text.XML.HXT.XMLSchema.DataTypeLibW3CNames

    No documentation available.

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

    ghc-boot GHC.Settings.Utils

    No documentation available.

Page 80 of many | Previous | Next