Skip to content

Named type wildcards #715

Description

@paf31

It would be nice to assert equality of type wildcards by using the same name:

test :: forall a. StateT _s (ReaderT _r) a -> StateT _s (ReaderT _r) a

The format for a type wildcard would be either a naked underscore _ (unnamed) or with a label _a (named).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions