Skip to content

Make reify polykinded #34

@treeowl

Description

@treeowl

Currently, we have

reify :: forall a r. a -> (forall (s :: *). Reifies s a => Proxy s -> r) -> r

I believe we probably want something more like

reify :: forall a r k. a -> (forall (s :: k). Reifies s a => Proxy s -> r) -> r

I have no particular opinion on the order of the type variables. Is there some fundamental reason this won't work? Is there some fundamental reason it's not desirable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions