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.

  1. 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 ]
    

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

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. setting :: ((a -> b) -> s -> t) -> Setter s t a b

    lens-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)

  8. 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.

  9. setInputFiles :: PandocMonad m => [FilePath] -> m ()

    pandoc Text.Pandoc.Class

    Set the input filenames.

  10. setMediaBag :: PandocMonad m => MediaBag -> m ()

    pandoc Text.Pandoc.Class

    Initialize the media bag.

Page 311 of many | Previous | Next