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

Implement generalization #316

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Implement generalization #316

wants to merge 1 commit into from

Conversation

stepchowfun
Copy link
Member

Implement generalization. Now

x => x

gets elaborated into a term which is alpha-equivalent to:

{a : type} => (x : a) => x

Status: Ready

Fixes: N/A

@stepchowfun stepchowfun force-pushed the generalization branch 12 times, most recently from 2df78d5 to ecebf75 Compare April 18, 2020 23:32
@stepchowfun stepchowfun changed the base branch from master to main March 11, 2021 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant