Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. data SBool (b :: Bool)

    servant Servant.API

    No documentation available.

  2. class SBoolI (b :: Bool)

    servant Servant.API

    No documentation available.

  3. sbool :: SBoolI b => SBool b

    servant Servant.API

    No documentation available.

  4. withBool :: String -> (Bool -> Parser a) -> Value -> Parser a

    yaml Data.Yaml

    withBool expected f value applies f to the Bool when value is a Boolean and fails otherwise.

    Error message example

    withBool "MyType" f (String "oops")
    -- Error: "parsing MyType failed, expected Boolean, but encountered String"
    

  5. maybeNamedBool :: Maybe Text -> Bool -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  6. namedBool :: Text -> Bool -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  7. CmmT_BoolAnd :: CmmToken

    ghc GHC.Cmm.Lexer

    No documentation available.

  8. CmmT_BoolOr :: CmmToken

    ghc GHC.Cmm.Lexer

    No documentation available.

  9. dW_ATE_boolean :: Word

    ghc GHC.CmmToAsm.Dwarf.Constants

    No documentation available.

  10. data OverridingBool

    ghc GHC.Data.Bool

    No documentation available.

Page 73 of many | Previous | Next