Skip to content

Why is Data.List.Relation.Binary.Subset.Setoid.Properties not parametrized on the Setoid as a whole #2397

@andreasabel

Description

@andreasabel

Module Data.List.Relation.Binary.Subset.Setoid is parametrized on a Setoid, but its Properties module not:

module Data.List.Relation.Binary.Subset.Setoid.Properties where

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions