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

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. class Boolean a

    xml-conduit Text.XML.Cursor

    Something that can be used in a predicate check as a boolean.

  2. type Bool# = Int#

    ghc-bignum GHC.Num.Primitives

    No documentation available.

  3. data BooleanFormula l

    haskell-src-exts Language.Haskell.Exts.Syntax

    A boolean formula for MINIMAL pragmas.

  4. BoolCodec :: forall input output . (Coercible input Bool, Coercible output Bool) => Maybe Text -> Codec Value input output

    autodocodec Autodocodec

    Encode a Bool to a boolean value, and decode a boolean value as a Bool.

  5. BoolCodec :: forall input output . (Coercible input Bool, Coercible output Bool) => Maybe Text -> Codec Value input output

    autodocodec Autodocodec.Codec

    Encode a Bool to a boolean value, and decode a boolean value as a Bool.

  6. pattern Bool_ :: AsValue t => Bool -> t

    lens-aeson Data.Aeson.Lens

    No documentation available.

  7. type Bool# = Int#

    basement Basement.Compat.PrimTypes

    Lowlevel Boolean

  8. type family Bool_ (a1 :: a) (a2 :: a) (a3 :: Bool) :: a

    singletons-base Data.Bool.Singletons

    No documentation available.

  9. data Bool_Sym0 (a1 :: TyFun a a ~> Bool ~> a)

    singletons-base Data.Bool.Singletons

    No documentation available.

  10. data Bool_Sym1 (a6989586621679137907 :: a) (b :: TyFun a Bool ~> a)

    singletons-base Data.Bool.Singletons

    No documentation available.

Page 19 of many | Previous | Next

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