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

experiment with named classes in operations #265

Merged
merged 35 commits into from
Apr 6, 2022
Merged

Commits on Apr 5, 2022

  1. PowImplFP experiment

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    a795b93 View commit details
    Browse the repository at this point in the history
  2. study1 and study2

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    a933042 View commit details
    Browse the repository at this point in the history
  3. pow

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    b6a9de2 View commit details
    Browse the repository at this point in the history
  4. implicit conversions

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    57324c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c0c568 View commit details
    Browse the repository at this point in the history
  6. named simplify class

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    8106a6c View commit details
    Browse the repository at this point in the history
  7. unused import

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    833338b View commit details
    Browse the repository at this point in the history
  8. named add

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    4a436e9 View commit details
    Browse the repository at this point in the history
  9. named sub

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    721ee81 View commit details
    Browse the repository at this point in the history
  10. named mul

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    6f7b5db View commit details
    Browse the repository at this point in the history
  11. named div

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    24509e0 View commit details
    Browse the repository at this point in the history
  12. named tquot and tpow

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    3e4661a View commit details
    Browse the repository at this point in the history
  13. named ord

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    6d3dc7c View commit details
    Browse the repository at this point in the history
  14. move simplification

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    fcd5dc1 View commit details
    Browse the repository at this point in the history
  15. named deltasub

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    f2ca846 View commit details
    Browse the repository at this point in the history
  16. named deltasubq

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5aa2abe View commit details
    Browse the repository at this point in the history
  17. named deltaaddq

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1cdd9b4 View commit details
    Browse the repository at this point in the history
  18. named deltaord

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    d7e3a9d View commit details
    Browse the repository at this point in the history
  19. named neg

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5ad20dd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    06671bf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d4dea8a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a2871f4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c2d3615 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    817be07 View commit details
    Browse the repository at this point in the history
  25. neg with SAM/lambda

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e93247d View commit details
    Browse the repository at this point in the history
  26. TQuotNC

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ee70e03 View commit details
    Browse the repository at this point in the history
  27. PowNC, TPowNC

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    92c63fa View commit details
    Browse the repository at this point in the history
  28. Ord using SAM/lambda

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    72795b8 View commit details
    Browse the repository at this point in the history
  29. DeltaSubNC

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    cbcd64a View commit details
    Browse the repository at this point in the history
  30. DeltaSubQNC

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    463e3bc View commit details
    Browse the repository at this point in the history
  31. DeltaAddQNC

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    b189c48 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    26ed1ee View commit details
    Browse the repository at this point in the history
  33. VRNC

    erikerlandson committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e84558b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. policy cleanup

    erikerlandson committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    b0872d8 View commit details
    Browse the repository at this point in the history
  2. fix benchmark imports

    erikerlandson committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    658f02a View commit details
    Browse the repository at this point in the history