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

Lift TypeFoldable over Result and remove the Relate hack in combine/nll #58333

Closed
wants to merge 6 commits into from

Commits on Mar 3, 2019

  1. Configuration menu
    Copy the full SHA
    7b91b20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c5940a View commit details
    Browse the repository at this point in the history
  3. use TypeFolder in generalization instead of Relate

    This kills the annoying `relate(a, a)` hack
    arielb1 committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    f8c9478 View commit details
    Browse the repository at this point in the history
  4. shorten long lines

    arielb1 committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    bf0e4cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d95cd8 View commit details
    Browse the repository at this point in the history
  6. fix performance problem

    arielb1 committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    ab85743 View commit details
    Browse the repository at this point in the history