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.
-
haskell-gi-base Data.GI.Base.Signals A signal connector for the notify signal on the given property.
-
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.
type
Parameters = Map CI ByteString CI ByteStringhttp-media Network.HTTP.Media.MediaType MediaType parameters.
-
regex-tdfa Text.Regex.TDFA.Common Index into the text being searched.
PostUpdate :: TagTask -> TagUpdateregex-tdfa Text.Regex.TDFA.Common No documentation available.
PreUpdate :: TagTask -> TagUpdateregex-tdfa Text.Regex.TDFA.Common No documentation available.
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.
PAny :: DoPa -> PatternSet -> Patternregex-tdfa Text.Regex.TDFA.Pattern Bracket expression [...].
PAnyNot :: DoPa -> PatternSet -> Patternregex-tdfa Text.Regex.TDFA.Pattern Inverted bracket expression [^...].
PBound :: Int -> Maybe Int -> Pattern -> Patternregex-tdfa Text.Regex.TDFA.Pattern Given number or repetitions r{n} or r{n,m} (eliminated by starTrans).