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. setBody :: (MonadDOM m, IsDocument self, IsHTMLElement val) => self -> Maybe val -> m ()

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.body documentation

  2. setCookie :: (MonadDOM m, IsDocument self, ToJSString val) => self -> val -> m ()

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.cookie documentation

  3. setDesignMode :: (MonadDOM m, IsDocument self, ToJSString val) => self -> val -> m ()

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.designMode documentation

  4. setDir :: (MonadDOM m, IsDocument self, ToJSString val) => self -> val -> m ()

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.dir documentation

  5. setDomain :: (MonadDOM m, IsDocument self, ToJSString val) => self -> val -> m ()

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.domain documentation

  6. setSelectedStylesheetSet :: (MonadDOM m, IsDocument self, ToJSString val) => self -> Maybe val -> m ()

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.selectedStylesheetSet documentation

  7. setTitle :: (MonadDOM m, IsDocument self, ToJSString val) => self -> val -> m ()

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.title documentation

  8. setXmlStandalone :: (MonadDOM m, IsDocument self) => self -> Bool -> m ()

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.xmlStandalone documentation

  9. setXmlVersion :: (MonadDOM m, IsDocument self, ToJSString val) => self -> Maybe val -> m ()

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.xmlVersion documentation

  10. setFilter :: FilterMonad a m => (a -> a) -> m ()

    happstack-server Happstack.Server.Internal.Monads

    Ignores all previous alterations to your filter As an example:

    do
    composeFilter f
    setFilter g
    return "Hello World"
    
    The setFilter g will cause the first composeFilter f to be ignored.

Page 441 of many | Previous | Next