Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. _TB_REVERSE :: Word16

    termbox-bindings-c Termbox.Bindings.C

    No documentation available.

  2. _TB_REVERSE :: Tb_attrs

    termbox-bindings-hs Termbox.Bindings.Hs

    No documentation available.

  3. mreverse :: forall (v :: Type -> Type) s a . MRotcev v s a -> MRotcev v s a

    vector-rotcev Data.Vector.Rotcev

    Reverse a mutable vector in O(1) time and space.

  4. c'YGFlexDirectionColumnReverse :: Num a => a

    yoga Bindings.Yoga.Enums

    No documentation available.

  5. c'YGFlexDirectionRowReverse :: Num a => a

    yoga Bindings.Yoga.Enums

    No documentation available.

  6. c'YGWrapWrapReverse :: Num a => a

    yoga Bindings.Yoga.Enums

    No documentation available.

  7. yieldToReverseList :: forall a (es :: Effects) r . (forall (e :: Effects) . () => Stream a e -> Eff (e :& es) r) -> Eff es ([a], r)

    bluefin Bluefin.Stream

    This is more efficient than yieldToList because it gathers the elements into a stack in reverse order. yieldToList then reverses that stack.

    >>> runPureEff $ yieldToReverseList $ \y -> do
    yield y 1
    yield y 2
    yield y 100
    ([100,2,1], ())
    

  8. defaultReverse :: IsSequence seq => seq -> seq

    classy-prelude-yesod ClassyPrelude.Yesod

    Use Data.List's implementation of reverse.

  9. columnReverse :: FlexDirection

    clay Clay

    No documentation available.

  10. rowReverse :: FlexDirection

    clay Clay

    No documentation available.

Page 78 of many | Previous | Next