Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
boolReader :: (Eq a, Show a, FoldCase a, IsString a, IsString e, Monoid e) => a -> Either e Boolconfiguration-tools Configuration.Utils.CommandLine No documentation available.
-
data-prometheus Data.Prometheus.Monad Convert Bool to Gauge, 0 meaning False
boolFlag :: Name -> Description -> FlagsParser Boolflags-applicative Flags.Applicative Returns a parser with the given name and description for a flag with no value, returning whether the flag was present.
-
generic-case Generics.Case Same as bool, except the Bool comes before the case functions. Equivalent type signature:
boolL :: forall r. Analysis Bool r
The implementation is just:boolL = gcase
-
generic-case Generics.Case bool, implemented using gcaseR. Equivalent type signature:
boolR :: forall r. AnalysisR Bool r
The implementation is just:boolR = gcaseR @Bool
boolector :: GrisetteSMTConfiggrisette Grisette.Backend Solver configuration for Boolector. https://boolector.github.io/
boolector :: GrisetteSMTConfiggrisette Grisette.Internal.Backend.Solving Solver configuration for Boolector. https://boolector.github.io/
boolField :: String -> (Item a -> Bool) -> Context ahakyll Hakyll.Web.Template.Context Creates a field to use with the $if()$ template macro. Attempting to substitute the field into the template will cause an error.
boolFieldM :: String -> (Item a -> Compiler Bool) -> Context ahakyll Hakyll.Web.Template.Context Creates a field to use with the $if()$ template macro, in the Compiler monad. Attempting to substitute the field into the template will cause an error.
-
hledger-web Hledger.Web.Import 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).