gram
gram copied to clipboard
Implement generalization
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