Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. PropertyNotify :: forall info1 (propName :: Symbol) object (pl :: Symbol) . (info1 ~ ResolveAttribute propName object, AttrInfo info1, pl ~ AttrLabel info1, KnownSymbol pl) => AttrLabelProxy propName -> SignalProxy object GObjectNotifySignalInfo

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

    A signal connector for the notify signal on the given property.

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

    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.

  3. type Parameters = Map CI ByteString CI ByteString

    http-media Network.HTTP.Media.MediaType

    MediaType parameters.

  4. type Position = Int

    regex-tdfa Text.Regex.TDFA.Common

    Index into the text being searched.

  5. PostUpdate :: TagTask -> TagUpdate

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  6. PreUpdate :: TagTask -> TagUpdate

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  7. module Text.Regex.TDFA.Pattern

    This Text.Regex.TDFA.Pattern module provides the Pattern data type and its subtypes. This Pattern type is used to represent the parsed form of a regular expression.

  8. PAny :: DoPa -> PatternSet -> Pattern

    regex-tdfa Text.Regex.TDFA.Pattern

    Bracket expression [...].

  9. PAnyNot :: DoPa -> PatternSet -> Pattern

    regex-tdfa Text.Regex.TDFA.Pattern

    Inverted bracket expression [^...].

  10. PBound :: Int -> Maybe Int -> Pattern -> Pattern

    regex-tdfa Text.Regex.TDFA.Pattern

    Given number or repetitions r{n} or r{n,m} (eliminated by starTrans).

Page 200 of many | Previous | Next