argumentcomputer / yatima

A zero-knowledge Lean4 compiler and kernel
MIT License
121 stars 9 forks source link

Commit the typechecker as an actual lambda #275

Open arthurpaulino opened 1 year ago

arthurpaulino commented 1 year ago

As of now, we're committing the typechecker as a datum and calling eval on it in Lurk.

We'll probably have a faster typechecker in Lurk if we commit the direct lambda expression.