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. module Math.TriangularNumbers

    Triangular numbers and various helper functions. Main use is for linearization of triangular array indexing. Triangular numbers: @ T_n = Σ_{k=1)^n k = 1 + 2 + 3 + ... + n = n * (n+1) / 2 = (n+1) choose 2 @

  2. triangularNumber :: Int -> Int

    DPutils Math.TriangularNumbers

    Triangular numbers. https://oeis.org/A000217

  3. enumerate :: LaTeXC l => l -> l

    HaTeX Text.LaTeX.Base.Commands

    Environment of ordered lists. Use item to start each list item.

  4. pagenumbering :: LaTeXC l => l -> l

    HaTeX Text.LaTeX.Base.Commands

    No documentation available.

  5. nonumber :: LaTeXC l => l

    HaTeX Text.LaTeX.Base.Math

    Prevent an equation from being numbered, where the environment would by default do that.

  6. nonumber :: LaTeXC l => l

    HaTeX Text.LaTeX.Packages.AMSMath

    Prevent an equation from being numbered, where the environment would by default do that.

  7. withNextCommandNum :: IMAPConnection -> (Int -> IO a) -> IO (a, Int)

    HaskellNet Network.HaskellNet.IMAP.Connection

    No documentation available.

  8. pickNumber :: MonadClientUI m => Bool -> Int -> m (Either MError Int)

    LambdaHack Game.LambdaHack.Client.UI.HandleHelperM

    No documentation available.

  9. CaLevelNumber :: CmdArea

    LambdaHack Game.LambdaHack.Client.UI.HumanCmd

    No documentation available.

  10. MsgNumericReport :: MsgClassSave

    LambdaHack Game.LambdaHack.Client.UI.Msg

    No documentation available.

Page 368 of many | Previous | Next