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.

  1. boolOpt' :: OptFlags -> OptFlags -> MkOptDescr (a -> Flag Bool) (Flag Bool -> a -> a) a

    Cabal Distribution.Simple.Setup

    No documentation available.

  2. boolTyConKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

  3. boolTy :: Type

    ghc GHC.Builtin.Types

    No documentation available.

  4. boolTyCon :: TyCon

    ghc GHC.Builtin.Types

    No documentation available.

  5. boolTyConName :: Name

    ghc GHC.Builtin.Types

    No documentation available.

  6. boolTyCon_RDR :: RdrName

    ghc GHC.Builtin.Types

    No documentation available.

  7. boolToRecFlag :: Bool -> RecFlag

    ghc GHC.Types.Basic

    No documentation available.

  8. boolOid :: Oid

    postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static

    No documentation available.

  9. boolCodec :: JSONCodec Bool

    autodocodec Autodocodec

    Codec for boolean values

    Example usage

    >>> toJSONVia boolCodec True
    Bool True
    

    API Note

    This is a forward-compatible version of BoolCodec without a name.
    boolCodec = BoolCodec Nothing
    

  10. boolCodec :: JSONCodec Bool

    autodocodec Autodocodec.Codec

    Codec for boolean values

    Example usage

    >>> toJSONVia boolCodec True
    Bool True
    

    API Note

    This is a forward-compatible version of BoolCodec without a name.
    boolCodec = BoolCodec Nothing
    

Page 53 of many | Previous | Next