[ refactor ] Simplify Data.List.Relation.Binary.Lex.NonStrict.<-asymmetric
#2679
Labels
Data.List.Relation.Binary.Lex.NonStrict.<-asymmetric
#2679
Current version:
only uses the
sym : Symmetric _≈_
property fromIsEquivalence
, so this lemma is unnecessarily restrictive.Suggest: refactor to streamline the type (
breaking
), unless we regard the above as abug
?More generally, it seems as though the
List
andVec
versions ofLex
might benefit from a more thorough reorganisation/refactoring to simplify their (common, but different!) structure and dependencies, but I'm still looking at this cf. #2671The text was updated successfully, but these errors were encountered: