-
Notifications
You must be signed in to change notification settings - Fork 246
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
Conversation
There was a problem hiding this 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.
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) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
…#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
…#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
Simplify import of
Data.List.Relation.Binary.Pointwise
in agda-stdl(1830.0) → (< 1260.0)