• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. head_ :: Term arg result => arg -> result

    lucid2 Lucid.Html5

    head element

  2. header_ :: Term arg result => arg -> result

    lucid2 Lucid.Html5

    header element

  3. headers_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The headers attribute.

  4. headT :: Trace a -> IO (Link a)

    mcmc Mcmc.Chain.Trace

    Get the most recent link of the trace (see get).

  5. headerSize :: Num a => ElfClass -> a

    melf Data.Elf.Headers

    Size of ELF header.

  6. header_ :: [Attribute action] -> [View action] -> View action

    miso Miso.Html

    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header

  7. headers_ :: MisoString -> Attribute action

    miso Miso.Html

    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/headers

  8. header_ :: [Attribute action] -> [View action] -> View action

    miso Miso.Html.Element

    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header

  9. headers_ :: MisoString -> Attribute action

    miso Miso.Html.Property

    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/headers

  10. headerImage :: Maybe (Exp FilePath) -> Action ()

    nsis Development.NSIS

    Set the image used for the header splash. Pass Nothing to use the default header image.

    headerImage $ Just "$NSISDIR/Contrib/Graphics/Header/win.bmp"
    

Page 62 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete