Skip to content

Make reify polykinded #34

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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