-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
all plc example
evaluation tests passing
#847
Conversation
* there is a mismatch between intrinsic reduction where all errors percolate up whereas in extrinsic reduction where there is a predicate for when an error occurs in a subterm
* instead of bubbling an error deep in term outwards to the top via several redctions, it stops immediately
* made sizes trivial as part of the problem was size corner cases and sizes are going away anyway
plc example
tests passing
plc example
tests passingplc example
evaluation tests passing
This started off as a step towards proving a correctness property about intrinsic/extrinsic evaluation. But, I discovered that the extrinsic implementation didn't pass all the |
No description provided.