• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. optionType_bool :: OptionType Bool

    options Options

    Store an option as a Bool The option's value must be either "true" or "false". Boolean options are unary, which means that their value is optional when specified on the command line.

  2. buildBool :: Bool -> Builder

    pdf-toolbox-core Pdf.Core.Object.Builder

    Build a bool

  3. parseBool :: Parser Bool

    pdf-toolbox-core Pdf.Core.Parsers.Object

    Parse bool value

  4. selectBool :: (Ord y, C y, C u, C y yv, Read sig yv, Transform sig Bool, Transform sig yv) => Signal s u y sig yv -> Signal s u y sig yv -> T (Phantom s) Abstract (sig Bool) -> Signal s u y sig yv

    synthesizer-dimensional Synthesizer.Dimensional.Amplitude.Cut

    No documentation available.

  5. maybeBoolElementValue :: Name -> Cursor -> [Maybe Bool]

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

  6. eitherBoolean :: Text -> Either String Bool

    xlsx Codec.Xlsx.Parser.Internal.Util

    No documentation available.

  7. CellBool :: Bool -> CellValue

    xlsx Codec.Xlsx.Types

    No documentation available.

  8. CellBool :: Bool -> CellValue

    xlsx Codec.Xlsx.Types.Common

    No documentation available.

  9. _CellBool :: Prism' CellValue Bool

    xlsx Codec.Xlsx.Types.Common

    No documentation available.

  10. VtBool :: Bool -> Variant

    xlsx Codec.Xlsx.Types.Variant

    No documentation available.

Page 125 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete