argumentcomputer / yatima

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

Fix the suspend function #143

Closed DanielRrr closed 2 years ago

DanielRrr commented 2 years ago

When I was removing panics, I've rewritten the suspend function incorrectly 'cause it breaks laziness. Here's my fix.