Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace kTSel back by TSel #394

Open
Blaisorblade opened this issue Dec 24, 2021 · 0 comments
Open

Replace kTSel back by TSel #394

Blaisorblade opened this issue Dec 24, 2021 · 0 comments
Labels

Comments

@Blaisorblade
Copy link
Owner

Blaisorblade commented Dec 24, 2021

The arity is now unused (since we dropped dependent typing). So we should go from:

  | kTSel n (p : path) l : ty (* type selections [p.A]; *)

to

  | TSel (p : path) l : ty (* type selections [p.A]; *)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant