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

Teach the typechecker a bit more about exponents #1149

Merged
merged 2 commits into from
Apr 6, 2021
Merged

Commits on Apr 6, 2021

  1. Teach the typechecker a bit more about exponents.

    This fixes issue #734, and partially addresses #930.
    The basic issue with 734 was that the solver was chosing
    spurious counterexamples for the exponent function; in particular,
    models where the output was not at least 1.  The fairly restricted
    axiom we add here just says that the exponent function is at least
    as large as its base for positive inputs.
    robdockins committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    8915ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3258bb1 View commit details
    Browse the repository at this point in the history