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.

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

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

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

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

    pandoc Text.Pandoc.Class

    Set the input filenames.

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

    pandoc Text.Pandoc.Class

    Initialize the media bag.

  6. setNoCheckCertificate :: PandocMonad m => Bool -> m ()

    pandoc Text.Pandoc.Class

    Determine whether certificate validation is disabled

  7. setOutputFile :: PandocMonad m => Maybe FilePath -> m ()

    pandoc Text.Pandoc.Class

    Set the output filename.

  8. setRequestHeader :: PandocMonad m => Text -> Text -> m ()

    pandoc Text.Pandoc.Class

    Set request header to use in HTTP requests.

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

    pandoc Text.Pandoc.Class

    Set the resource path searched by fetchItem.

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

Page 312 of many | Previous | Next