Update README
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Yiyun Liu 2025-05-05 00:46:52 -04:00
parent 3631f31346
commit c2faa6b4b6

View file

@ -11,6 +11,5 @@ gives you β-normal forms. However, you can get a little bit of
βη-equivalence by invoking Coquand's algorithm (`η-eq?`) on
β-normal forms.
I'm hoping to expand the repository into a benchmark suite where I can
visualize the performance trade-off of type-directed NbE compared to
untyped NbE composed with Coquand's algorithm.
A more efficient version of NbE based on de Bruijn levels (inverted de
bruijn indices) can be found in the `debruijn-levels` branch.