-
Notifications
You must be signed in to change notification settings - Fork 244
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
[ fix ] in non-commutative settings distinguish _∣ˡ_ and _∣ʳ_ #2604
base: master
Are you sure you want to change the base?
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.
Nice.
src/Data/List/Relation/Binary/Suffix/Homogeneous/Properties.agda
Outdated
Show resolved
Hide resolved
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.
Otherwise looks good!
src/Data/List/Relation/Binary/Suffix/Homogeneous/Properties.agda
Outdated
Show resolved
Hide resolved
open import Relation.Binary.PropositionalEquality using (_≡_; refl; cong) | ||
open import Relation.Binary using (_⇒_) | ||
|
||
Suffix-as-∣ʳ : Suffix _≡_ ⇒ _∣ʳ_ |
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.
Should these lemmas live in a new file Suffix.Propositional
and Suffix.Propositional.Properties
?
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.
Fair; moved everything to Suffix.Propositional.Properties
.
I did not define Suffix.Propositional
because, just like the non-existent Suffix.Homogeneous
,
it would be a single definition of an alias for the type constructor, wouldn't it?
src/Data/List/Relation/Binary/Prefix/Homogeneous/Properties.agda
Outdated
Show resolved
Hide resolved
Very nice! |
No description provided.