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. boolField :: forall (m :: Type -> Type) . (Monad m, RenderMessage (HandlerSite m) FormMessage) => Field m Bool

    yesod-form Yesod.Form.Fields

    Creates a group of radio buttons to answer the question given in the message. Radio buttons are used to allow differentiating between an empty response (Nothing) and a no response (Just False). Consider using the simpler checkBoxField if you don't need to make this distinction. If this field is optional, the first radio button is labeled "<None>", the second "Yes" and the third "No". If this field is required, the first radio button is labeled "Yes" and the second "No". (Exact label titles will depend on localization).

  2. boolTypeName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  3. bool# :: Int# -> Bool

    basement Basement.Compat.Primitive

    turn an Int# into a Bool

  4. boolParam :: Text -> Text -> Parameter e Bool

    hslua-packaging HsLua.Packaging.Convenience

    Defines a function parameter of type Bool.

  5. boolResult :: Text -> FunctionResults e Bool

    hslua-packaging HsLua.Packaging.Convenience

    Defines a function result of type Bool.

  6. boolTest :: String -> Bool -> Test

    quickcheck-simple Test.QuickCheck.Simple

    Bool specialized property

  7. boolTest' :: String -> String -> Bool -> Test

    quickcheck-simple Test.QuickCheck.Simple

    Bool specialized property with message for False case

  8. boolValue :: AssertBool a -> Bool

    HTF Test.Framework.AssertM

    Evaluates a generic assertion to a Bool value.

  9. boolean :: T -> Bool -> T graph -> T graph

    gnuplot Graphics.Gnuplot.Frame.OptionSet

    Set or unset option according to a Bool. This is for switches that can be disabled using unset. This is very flexible, but not very safe. Use it only as fall-back, if there is no specific setter function in Graphics.Gnuplot.Frame.OptionSet. See also: addBool, add, remove.

  10. boolopt :: String -> RawOpts -> Bool

    hledger-lib Hledger.Data.RawOptions

    Is the named flag present ?

Page 53 of many | Previous | Next