Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. boolTyCon :: TyCon

    ghc GHC.Builtin.Types

    No documentation available.

  2. boolTyConName :: Name

    ghc GHC.Builtin.Types

    No documentation available.

  3. boolTyCon_RDR :: RdrName

    ghc GHC.Builtin.Types

    No documentation available.

  4. boolToRecFlag :: Bool -> RecFlag

    ghc GHC.Types.Basic

    No documentation available.

  5. boolOid :: Oid

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

    No documentation available.

  6. 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
    

  7. 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
    

  8. booleanFieldDef :: FieldGrammar c g => FieldName -> ALens' s Bool -> Bool -> g s Bool

    Cabal-syntax Distribution.FieldGrammar

    Boolean field with a default value.

  9. booleanFieldDef :: FieldGrammar c g => FieldName -> ALens' s Bool -> Bool -> g s Bool

    Cabal-syntax Distribution.FieldGrammar.Class

    Boolean field with a default value.

  10. bool# :: Int# -> Bool

    basement Basement.Compat.Primitive

    turn an Int# into a Bool

Page 54 of many | Previous | Next