Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This refactors the (very!) recent additions to
Data.List.Membership.Propositional.Properties
for nested lists in favour of delegation to existing functionality.NB:
map∷-decomp
is possibly redundant/excessive, given how recently introduced was that name/definitionmap∷⁻
is likewise arguably redundant, in favour of inlining its definition, but useful perhaps for its type which enforces thevariable = complex
refinement of our existing heuristic for writing library rewrite lemmas in the formcomplex = simpler
I'd be happy either way if this were merged or not, but it struck me as a useful reminder to be careful (and: more careful than I had been) about reviewing contributions against possible DRY violations.