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

Simplify import of Data.List.Relation.Binary.Pointwise in agda-stdl #2019

Merged
merged 6 commits into from
Jul 29, 2023

Conversation

Sofia-Insa
Copy link
Contributor

Simplify import of Data.List.Relation.Binary.Pointwise in agda-stdl

(1830.0) → (< 1260.0)

Copy link
Member

@gallais gallais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's true of a few other instances in this PR too.

Comment on lines 15 to 17
open import Data.List.Relation.Binary.Pointwise as Pointwise using (Pointwise)
open import Data.List.Relation.Binary.Pointwise.Base as Pointwise using (Pointwise)
import Data.List.Relation.Binary.Pointwise as Pointwise using (isEquivalence)
open import Data.List.Relation.Binary.Pointwise.Properties as Pointwise using (decidable)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surely if you're still importing Data.List.Relation.Binary.Pointwise then it does not make a difference?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed - working with @Sofia-Insa on it now.

@Taneb Taneb merged commit e49fb5f into agda:master Jul 29, 2023
@andreasabel andreasabel mentioned this pull request Aug 27, 2023
MatthewDaggitt pushed a commit that referenced this pull request Oct 13, 2023
…#2019)

* Simplify import of `Data.List.Relation.Binary.Pointwise` in agda-stdl

* rectifications on Data.List.Relation.Binary.Pointwise import

* rectifications on Data.List.Relation.Binary.Pointwise import

* Delete weights-README.dot

* Delete weight.png

* Delete README.dot
andreasabel pushed a commit that referenced this pull request Jul 10, 2024
…#2019)

* Simplify import of `Data.List.Relation.Binary.Pointwise` in agda-stdl

* rectifications on Data.List.Relation.Binary.Pointwise import

* rectifications on Data.List.Relation.Binary.Pointwise import

* Delete weights-README.dot

* Delete weight.png

* Delete README.dot
@andreasabel andreasabel mentioned this pull request Jul 24, 2024
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 this pull request may close these issues.

4 participants