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

one line in "Algebra.Bundles.Raw" is redundant #2680

Closed
onestruggler opened this issue Mar 18, 2025 · 2 comments · Fixed by #2681
Closed

one line in "Algebra.Bundles.Raw" is redundant #2680

onestruggler opened this issue Mar 18, 2025 · 2 comments · Fixed by #2681

Comments

@onestruggler
Copy link

This line in "Algebra.Bundles.Raw" is redundant:

"open import Relation.Nullary.Negation.Core using (¬_)"

There is no place using "¬" in that file.

@jamesmckinna
Copy link
Contributor

jamesmckinna commented Mar 18, 2025

Yup. Absolutely.

The refactoring in favour of Relation.Bundles.RawSetoid and its export of _≉_ didn't mop up this redundant import.

Nice spot! #2681 fixes this.

jamesmckinna added a commit to jamesmckinna/agda-stdlib that referenced this issue Mar 19, 2025
github-merge-queue bot pushed a commit that referenced this issue Mar 19, 2025
@onestruggler
Copy link
Author

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants