-
Notifications
You must be signed in to change notification settings - Fork 2
Use deBruijn levels everywhere #89
Copy link
Copy link
Open
Labels
Description
In the recent branches, I have started moving away from variables names to use De Bruijn levels for checked terms and coherences. I think it would be better to always switch to de Bruijn levels in the kernel. This also allows for more efficient implementation for the substitutions and contexts, where variables are not named and everything is represented as a length and an array/hashtable
Reactions are currently unavailable