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. c'YGFlexDirectionRowReverse :: Num a => a

    yoga Bindings.Yoga.Enums

    No documentation available.

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

    yoga Bindings.Yoga.Enums

    No documentation available.

  3. 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], ())
    

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

    classy-prelude-yesod ClassyPrelude.Yesod

    Use Data.List's implementation of reverse.

  5. columnReverse :: FlexDirection

    clay Clay

    No documentation available.

  6. rowReverse :: FlexDirection

    clay Clay

    No documentation available.

  7. wrapReverse :: FlexWrap

    clay Clay

    No documentation available.

  8. alternateReverse :: AnimationDirection

    clay Clay.Animation

    No documentation available.

  9. columnReverse :: FlexDirection

    clay Clay.Flexbox

    No documentation available.

  10. rowReverse :: FlexDirection

    clay Clay.Flexbox

    No documentation available.

Page 78 of many | Previous | Next