Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. _reversedPrefix :: PointedList a -> [a]

    pointedlist Data.List.PointedList.Circular

    No documentation available.

  2. listReverse :: forall (t :: Type -> Type) n e . (Reversible t, Foldable t) => GenericList n t e -> GenericList n t e

    brick Brick.Widgets.List

    Reverse the list. The element selected before the reversal will again be the selected one. Complexity: same as reverse for the container type.

    listReverse for List: O(n)
    listReverse for Seq: O(n)
    

  3. zipWithReverseIndex :: Unfoldr a -> Unfoldr (Int, a)

    deferred-folds DeferredFolds.Unfoldr

    Deprecated: This function builds up stack. Use zipWithIndex instead.

  4. fromOLReverse :: OrdList a -> [a]

    ghc-lib-parser GHC.Data.OrdList

    No documentation available.

  5. assignAllReverseOrder :: [JStgExpr] -> [JStgExpr] -> JStgStat

    ghc-lib-parser GHC.JS.Make

    No documentation available.

  6. hdReverseWordStr :: FastString

    ghc-lib-parser GHC.StgToJS.Symbols

    No documentation available.

  7. diag_reverse_errors :: DiagOpts -> !Bool

    ghc-lib-parser GHC.Utils.Error

    Reverse error reporting order

  8. toReverseList :: Monad m => ListT m a -> m [a]

    list-t ListT

    Execute, folding to a list in the reverse order. Performs more efficiently than toList.

  9. scrollReverse :: TermStr s => Capability s

    terminfo System.Console.Terminfo.Cursor

    No documentation available.

  10. pattern GL_FUNC_REVERSE_SUBTRACT :: GLenum

    OpenGLRaw Graphics.GL.ARB.ImagingCompatibility

    No documentation available.

Page 50 of many | Previous | Next