Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

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

  1. module Data.HashSet

    No documentation available.

  2. module Data.IntSet

    No documentation available.

  3. bitraverseThese :: Applicative f => (a -> f c) -> (b -> f d) -> These a b -> f (These c d)

    these Data.These.Combinators

    Bitraversable bitraverse.

  4. PropertySet :: forall info1 (propName :: Symbol) object b (pl :: Symbol) . (info1 ~ ResolveAttribute propName object, AttrInfo info1, AttrBaseTypeConstraint info1 object, b ~ AttrGetType info1, pl ~ AttrLabel info1, KnownSymbol pl) => AttrLabelProxy propName -> SignalProxy object (GObjectPropertySetSignalInfo b)

    haskell-gi-base Data.GI.Base

    A signal connector for the notify signal on the given property, similar to PropertyNotify, but it passes the new value of the property to the callback for convenience.

  5. gvalueSet_ :: IsGValue a => Ptr GValue -> a -> IO ()

    haskell-gi-base Data.GI.Base

    No documentation available.

  6. AttrSet :: AttrOpTag

    haskell-gi-base Data.GI.Base.Attributes

    It is possible to write the value of the attribute with set.

  7. type AttrSetC info obj (attr :: Symbol) value = (HasAttributeList obj, info ~ ResolveAttribute attr obj, AttrInfo info, AttrBaseTypeConstraint info obj, AttrOpAllowed 'AttrSet info obj, AttrSetTypeConstraint info value)

    haskell-gi-base Data.GI.Base.Attributes

    Constraint on a obj/attr pair so that set works on values of type value.

  8. type AttrSetTypeConstraint info = Type ~ AttrGetType info

    haskell-gi-base Data.GI.Base.Attributes

    No documentation available.

  9. attrSet :: (AttrInfo info, AttrBaseTypeConstraint info o, AttrSetTypeConstraint info b) => o -> b -> IO ()

    haskell-gi-base Data.GI.Base.Attributes

    Set the value of the given attribute, after the object having the attribute has already been created.

  10. gobjectSetPrivateData :: (HasCallStack, DerivedGObject o) => o -> GObjectPrivateData o -> IO ()

    haskell-gi-base Data.GI.Base.GObject

    Set the private data associated with the given object.

Page 86 of many | Previous | Next