Hoogle Search

Within LTS Haskell 24.26 (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

    classy-prelude-yesod ClassyPrelude.Yesod

    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. boolAsSwitch :: (SPDistribute k, ObjectSum k a a, ObjectPair k Bool a) => k (Bool, a) (a + a)

    constrained-categories Control.Arrow.Constrained

    No documentation available.

  3. boolFromSwitch :: (SPDistribute k, ObjectSum k a a, ObjectPair k Bool a) => k (a + a) (Bool, a)

    constrained-categories Control.Arrow.Constrained

    No documentation available.

  4. boolAsSum :: (CoCartesian k, ObjectSum k u u, u ~ UnitObject k, Object k Bool) => k Bool (u + u)

    constrained-categories Control.Category.Constrained

    No documentation available.

  5. boolFromSum :: (CoCartesian k, ObjectSum k u u, u ~ UnitObject k, Object k Bool) => k (u + u) Bool

    constrained-categories Control.Category.Constrained

    No documentation available.

  6. boolAsSum :: (CoCartesian k, ObjectSum k u u, u ~ UnitObject k, Object k Bool) => k Bool (u + u)

    constrained-categories Control.Category.Constrained.Prelude

    No documentation available.

  7. boolFromSum :: (CoCartesian k, ObjectSum k u u, u ~ UnitObject k, Object k Bool) => k (u + u) Bool

    constrained-categories Control.Category.Constrained.Prelude

    No documentation available.

  8. boolP :: Parser Error Bool

    dotparse DotParse.FlatParse

    true | false

  9. boolean :: Bool -> Boolean

    funcmp FMP.Types

    No documentation available.

  10. boolValue :: Activity_EventsItem_ParametersItem -> Maybe Bool

    gogol-admin-reports Gogol.Admin.Reports

    Boolean value of the parameter.

Page 64 of many | Previous | Next