bosatsu icon indicating copy to clipboard operation
bosatsu copied to clipboard

Use the Dhall approach to get alpha renaming

Open johnynek opened this issue 3 years ago • 0 comments

See: https://www.haskellforall.com/2021/08/namespaced-de-bruijn-indices.html

We currently do no alpha renaming but using the above trick is a way to get it: rename all variables to "a" and you have it.

johnynek avatar Aug 13 '21 16:08 johnynek