Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add scanrPar, scanlPar #2177

Merged
merged 2 commits into from
Apr 28, 2022
Merged

add scanrPar, scanlPar #2177

merged 2 commits into from
Apr 28, 2022

Commits on Apr 27, 2022

  1. Rename and export RTree constructors

    Co-authored-by: Peter Lebbing <peter@digitalbrains.com>
    vmchale and DigitalBrains1 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    ecb4a37 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. New: scanlPar, scanrPar, tscanl, tscanr

    This adds a low-depth scan, see
    [Conal Elliott's paper](https://dl.acm.org/doi/10.1145/3110251) for
    more. This uses a different approach, however - Haskell's "dependent
    types" rather than type families.
    
    Co-authored-by: Peter Lebbing <peter@digitalbrains.com>
    vmchale and DigitalBrains1 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    8b85268 View commit details
    Browse the repository at this point in the history