Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setPixbufModulePatternRelevance :: MonadIO m => PixbufModulePattern -> Int32 -> m ()gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModulePattern Set the value of the “relevance” field. When overloading is enabled, this is equivalent to
set pixbufModulePattern [ #relevance := value ]
setting :: ((a -> b) -> s -> t) -> Setter s t a blens-family Lens.Family2.Unchecked setting promotes a "semantic editor combinator" to a modify-only lens. To demote a lens to a semantic edit combinator, use the section (l %~) or over l from Lens.Family2.
>>> [("The",0),("quick",1),("brown",1),("fox",2)] & setting map . fstL %~ length [(3,0),(5,1),(5,1),(3,2)]Caution: In order for the generated family to be well-defined, you must ensure that the two functors laws hold:sec id === id
sec f . sec g === sec (f . g)
setTranslations :: PandocMonad m => Lang -> m ()pandoc Text.Pandoc Select the language to use with translateTerm. Note that this does not read a translation file; that is only done the first time translateTerm is used.
setInputFiles :: PandocMonad m => [FilePath] -> m ()pandoc Text.Pandoc.Class Set the input filenames.
setMediaBag :: PandocMonad m => MediaBag -> m ()pandoc Text.Pandoc.Class Initialize the media bag.
setNoCheckCertificate :: PandocMonad m => Bool -> m ()pandoc Text.Pandoc.Class Determine whether certificate validation is disabled
setOutputFile :: PandocMonad m => Maybe FilePath -> m ()pandoc Text.Pandoc.Class Set the output filename.
setRequestHeader :: PandocMonad m => Text -> Text -> m ()pandoc Text.Pandoc.Class Set request header to use in HTTP requests.
setResourcePath :: PandocMonad m => [FilePath] -> m ()pandoc Text.Pandoc.Class Set the resource path searched by fetchItem.
setTrace :: PandocMonad m => Bool -> m ()pandoc Text.Pandoc.Class Determine whether tracing is enabled. This affects the behavior of trace. If tracing is not enabled, trace does nothing.