Zulip Chat Archive
Stream: Is there code for X?
Topic: Convert inductive into computation
Zhuanhao Wu (Jul 27 2024 at 15:36):
Do we have something like this for lean4, or is someone working on this?
https://lemonidas.github.io/pdf/ComputingCorrectly.pdf
Essentially it can convert relations such as A -> A -> Prop
into some function A -> m A
(with monad for simulating non-determinism) , so that a user can "execute" the relation.
Last updated: May 02 2025 at 03:31 UTC