Description
Unlike other binary relations over lists, Data.List.Relation.Binary.Permutation.(Setoid/Propositional)
are implemented separately which results in an awful lot of proof duplication. It also means that other modules (e.g. Subset
) don't play nice when trying to transfer results from setoid equality to propositional equality. I've added the breaking tag as it remains to be seen if they can be unified in a backwards compatible manner.