We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setoid
Monoid
List
(Extracted from #2350) Module Data.List.Relation.Binary.Equality defines the Setoid lifting of equality from a Setoid on A to one on List A.
Data.List.Relation.Binary.Equality
A
List A
But nowhere that I can find is the ++-[]-monoid bundle/structure etc. defined for this Setoid... so we should add it.
++-[]-monoid
See this blob #2393 for one possible implementation.
Issues:
NB this comment seems never to have been acted upon cf. #568
The text was updated successfully, but these errors were encountered:
Algebra.Action.*
Data.List.Properties
(List, [], _++_)
Downstream breaking (?) refactoring(s) (v3.0 or hypothetical-rewrite?)
breaking
hypothetical-rewrite
Data.List.Properties.Setoid
Data.List.Properties.Propositional
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
(Extracted from #2350)
Module
Data.List.Relation.Binary.Equality
defines theSetoid
lifting of equality from aSetoid
onA
to one onList A
.But nowhere that I can find is the
++-[]-monoid
bundle/structure etc. defined for thisSetoid
... so we should add it.See
this blob#2393 for one possible implementation.Issues:
Setoid
liftings are missing?NB this comment seems never to have been acted upon cf. #568
The text was updated successfully, but these errors were encountered: