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

Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. getReversed :: MonadDOM m => HTMLOListElement -> m Bool

    jsaddle-dom JSDOM.Generated.HTMLOListElement

    Mozilla HTMLOListElement.reversed documentation

  2. setReversed :: MonadDOM m => HTMLOListElement -> Bool -> m ()

    jsaddle-dom JSDOM.Generated.HTMLOListElement

    Mozilla HTMLOListElement.reversed documentation

  3. pattern FUNC_REVERSE_SUBTRACT :: (Eq a, Num a) => a

    jsaddle-dom JSDOM.Generated.WebGLRenderingContextBase

    No documentation available.

  4. manyReverse :: Parser a -> Parser [a]

    json-stream Data.JsonStream.Parser

    Identical to fmap reverse . many but more efficient. If you don't care about the order of the results but plan to fully evaluate the list, this can be slightly more efficient than many as it avoids the accumulating thunks.

  5. MDB_REVERSEDUP :: MDB_DbFlag

    lmdb Database.LMDB.Raw

    No documentation available.

  6. MDB_REVERSEKEY :: MDB_DbFlag

    lmdb Database.LMDB.Raw

    No documentation available.

  7. codDebugReverseContinue :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

  8. mdBackspaceReverse :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

  9. mdBackspaceReverseOutline :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

  10. mdKeyboardTabReverse :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

Page 83 of many | Previous | Next

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