Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

LazyFoldRight #225

Closed
wants to merge 4 commits into from
Closed

LazyFoldRight #225

wants to merge 4 commits into from

Commits on Sep 3, 2017

  1. Configuration menu
    Copy the full SHA
    924fafc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Move lazyFoldRight to IterableOps

    Also add junit tests
    EPronovost committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    d97108a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. Configuration menu
    Copy the full SHA
    34fdbed View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Enforce stack safety

    Restructure `foldRight` to be stack safe with `reverse` (to take advantage of collections with O(1) reversal)
    Switch `lazyFoldRight` to the different signature.
    EPronovost committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    b7a7750 View commit details
    Browse the repository at this point in the history