Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. boolTyConKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

  2. boolTy :: Type

    ghc GHC.Builtin.Types

    No documentation available.

  3. boolTyCon :: TyCon

    ghc GHC.Builtin.Types

    No documentation available.

  4. boolTyConName :: Name

    ghc GHC.Builtin.Types

    No documentation available.

  5. boolTyCon_RDR :: RdrName

    ghc GHC.Builtin.Types

    No documentation available.

  6. boolToRecFlag :: Bool -> RecFlag

    ghc GHC.Types.Basic

    No documentation available.

  7. boolOid :: Oid

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

    No documentation available.

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

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

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

    Cabal-syntax Distribution.FieldGrammar

    Boolean field with a default value.

Page 54 of many | Previous | Next