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

Cleanup/refactor freeg.v and monalg.v #80

Merged
merged 2 commits into from
Oct 17, 2023
Merged

Cleanup/refactor freeg.v and monalg.v #80

merged 2 commits into from
Oct 17, 2023

Commits on Oct 17, 2023

  1. More cleanup

    pi8027 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6d27bb4 View commit details
    Browse the repository at this point in the history
  2. Refactor monalg.v

    - rename `m_scope` to `monom_scope`,
    - rename some definitions to follow the naming convention of MathComp, e.g.,
      `cmone` -> `onecm`,
    - remove the `{finsfun K -> T / x}` notation (use `{fsfun K -> T with x}`
      instead),
    - remove the `malg_val` coercion since it is confusing,
    - turns `malgC` from a definition into a notation and some lemmas about `malgC`
      are subsumed by ones about `mkmalgU`.
    pi8027 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ea0a502 View commit details
    Browse the repository at this point in the history