Module `Data.List.Relation.Binary.Subset.Setoid` is parametrized on a `Setoid`, but its _Properties_ module not: https://github.com/agda/agda-stdlib/blob/bfd7a7bda8ee55e8d319600c974a3ca7151d752b/src/Data/List/Relation/Binary/Subset/Setoid/Properties.agda#L9 Instead, each function is parametrized there individually, via anonymous modules. Is there a reason why it is organized like this? I would have expected to open the _Properties_ module in the same way as its parent module. - https://github.com/agda/agda/issues/7294?notification_referrer_id=NT_kwDOABGgkrMxMDg0NzE1Nzg3ODoxMTU1MjE4#issuecomment-2135731299