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

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. VtBool :: Bool -> Variant

    xlsx Codec.Xlsx.Types.Variant

    No documentation available.

  2. type ALboolean = CChar

    OpenAL Sound.OpenAL.AL.BasicTypes

    8-bit boolean

  3. unmarshalALboolean :: ALboolean -> Bool

    OpenAL Sound.OpenAL.AL.Extensions

    No documentation available.

  4. type ALCboolean = CChar

    OpenAL Sound.OpenAL.ALC.BasicTypes

    8-bit boolean

  5. type CanSelectBool k = (CanSelect k, SelectType k ~ Bool)

    aern2-mp AERN2.Select

    No documentation available.

  6. type CanSelectCNBool k = (CanSelect k, SelectType k ~ CN Bool)

    aern2-mp AERN2.Select

    No documentation available.

  7. toBoolList :: Set Word8 -> [Bool]

    bitset-word8 Data.BitSetWord8.Internal

    Convert Set of Word8 to full filled list of boolean existence flag.

  8. fromBool :: Bits b => Bool -> b

    bitwise Data.Bits.Bitwise

    The least significant bit.

  9. addSimpleBoolFlag :: forall (f :: Type -> Type) out . Applicative f => String -> [String] -> Flag Void -> CmdParser f out Bool

    butcher UI.Butcher.Monadic.Flag

    A no-parameter flag where non-occurence means False, occurence means True.

  10. showQFNBool :: QFN -> Bool -> String

    cabal-install-solver Distribution.Solver.Modular.Flag

    No documentation available.

Page 125 of many | Previous | Next

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