Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. boolTy :: Type

    ghc GHC.Builtin.Types

    No documentation available.

  2. boolTyCon :: TyCon

    ghc GHC.Builtin.Types

    No documentation available.

  3. boolTyConName :: Name

    ghc GHC.Builtin.Types

    No documentation available.

  4. boolTyCon_RDR :: RdrName

    ghc GHC.Builtin.Types

    No documentation available.

  5. boolToRecFlag :: Bool -> RecFlag

    ghc GHC.Types.Basic

    No documentation available.

  6. boolOid :: Oid

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

    No documentation available.

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

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

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

    Cabal-syntax Distribution.FieldGrammar

    Boolean field with a default value.

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

    Cabal-syntax Distribution.FieldGrammar.Class

    Boolean field with a default value.

Page 51 of many | Previous | Next