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. getItemSummary :: ItemGetter Text

    feed Text.Feed.Query

    No documentation available.

  2. type AssertNoSum (constraint :: Type -> Constraint) a = Assert Not HasSum Rep a 'Text "Cannot derive " ':<>: 'ShowType constraint ':<>: 'Text " instance for " ':<>: 'ShowType a ':<>: 'Text " due to sum type"

    generic-data Generic.Data.Internal.Error

    >>> :set -XDeriveGeneric -XDerivingVia
    
    >>> import Generic.Data (Generically(..))
    
    >>> :{
    data AB = A | B
    deriving stock Generic
    deriving Semigroup via Generically AB
    :}
    ...
    • Cannot derive Semigroup instance for AB due to sum type
    • When deriving the instance for (Semigroup AB)
    

  3. type family HasSum (f :: Type -> Type) :: Bool

    generic-data Generic.Data.Internal.Error

    No documentation available.

  4. tableGetSummary :: (HasCallStack, MonadIO m, IsTable a) => a -> m Object

    gi-atk GI.Atk.Interfaces.Table

    Gets the summary description of the table.

  5. tableSetSummary :: (HasCallStack, MonadIO m, IsTable a, IsObject b) => a -> b -> m ()

    gi-atk GI.Atk.Interfaces.Table

    Sets the summary description of the table.

  6. clearObjectAccessibleTableSummary :: (MonadIO m, IsObject o) => o -> m ()

    gi-atk GI.Atk.Objects.Object

    Set the value of the “accessible-table-summary” property to Nothing. When overloading is enabled, this is equivalent to

    clear #accessibleTableSummary
    

  7. constructObjectAccessibleTableSummary :: (IsObject o, MonadIO m, IsObject a) => a -> m (GValueConstruct o)

    gi-atk GI.Atk.Objects.Object

    Construct a GValueConstruct with valid value for the “accessible-table-summary” property. This is rarely needed directly, but it is used by new.

  8. getObjectAccessibleTableSummary :: (MonadIO m, IsObject o) => o -> m (Maybe Object)

    gi-atk GI.Atk.Objects.Object

    Get the value of the “accessible-table-summary” property. When overloading is enabled, this is equivalent to

    get object #accessibleTableSummary
    

  9. setObjectAccessibleTableSummary :: (MonadIO m, IsObject o, IsObject a) => o -> a -> m ()

    gi-atk GI.Atk.Objects.Object

    Set the value of the “accessible-table-summary” property. When overloading is enabled, this is equivalent to

    set object [ #accessibleTableSummary := value ]
    

  10. pattern KEY_botleftsummation :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

Page 156 of many | Previous | Next