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

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. summary_ :: Term arg result => arg -> result

    lucid2 Lucid.Html5

    summary element or summary attribute

  2. summarizeCycle :: IterationMode -> Acceptances (Proposal a) -> Cycle a -> ByteString

    mcmc Mcmc.Cycle

    Summarize the Proposals in the Cycle. Also report acceptance rates.

  3. summarizeProposal :: PName -> PDescription -> PWeight -> Maybe TuningParameter -> PDimension -> (Int, Int, Maybe Double, Maybe Double) -> ByteString

    mcmc Mcmc.Proposal

    Proposal summary.

  4. summary_ :: [Attribute action] -> [View action] -> View action

    miso Miso.Html

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

  5. summary_ :: [Attribute action] -> [View action] -> View action

    miso Miso.Html.Element

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

  6. sumInt2 :: Aggregator (Field SqlInt2) (Field SqlInt8)

    opaleye Opaleye.Aggregate

    No documentation available.

  7. sumInt4 :: Aggregator (Field SqlInt4) (Field SqlInt8)

    opaleye Opaleye.Aggregate

    No documentation available.

  8. sumInt8 :: Aggregator (Field SqlInt8) (Field SqlNumeric)

    opaleye Opaleye.Aggregate

    No documentation available.

  9. sumAux :: Num a => [a] -> a

    perf Perf.Algos

    Auxillary style.

  10. sumCata :: Num a => [a] -> a

    perf Perf.Algos

    cata style

Page 64 of many | Previous | Next

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