Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setPixbufModuleModulePath :: MonadIO m => PixbufModule -> CString -> m ()gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule Set the value of the “module_path” field. When overloading is enabled, this is equivalent to
set pixbufModule [ #modulePath := value ]
setPixbufModuleSave :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleSaveFunc -> m ()gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule Set the value of the “save” field. When overloading is enabled, this is equivalent to
set pixbufModule [ #save := value ]
setPixbufModuleStopLoad :: MonadIO m => PixbufModule -> FunPtr C_PixbufModuleStopLoadFunc -> m ()gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModule Set the value of the “stop_load” field. When overloading is enabled, this is equivalent to
set pixbufModule [ #stopLoad := value ]
setPixbufModulePatternMask :: MonadIO m => PixbufModulePattern -> CString -> m ()gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModulePattern Set the value of the “mask” field. When overloading is enabled, this is equivalent to
set pixbufModulePattern [ #mask := value ]
setPixbufModulePatternPrefix :: MonadIO m => PixbufModulePattern -> CString -> m ()gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufModulePattern Set the value of the “prefix” field. When overloading is enabled, this is equivalent to
set pixbufModulePattern [ #prefix := value ]
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.