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

[Merged by Bors] - feat(Filter/{NAry,Pointwise}): add missing NeBot instances #9055

Closed
wants to merge 2 commits into from

Commits on Dec 14, 2023

  1. feat(Filter/{NAry,Pointwise}): add missing NeBot instances

    - Add missing `Filter.NeBot` instances for `Filter.map₂` and pointwise
      operations, rename `Filter.prod_neBot'` to `Filter.prod.instNeBot`.
    - Make `Filter.prod_eq_bot` a `simp` lemma.
    - Protect some lemmas.
    - Golf some proofs.
    - Make `Filter.map₂_left` and `Filter.map₂_right`
      take `NeBot` argument as an instance.
    urkud committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8ed7660 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Fix

    urkud committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1770424 View commit details
    Browse the repository at this point in the history