-
Couldn't load subscription status.
- Fork 42
attribute to disable occur check #356
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
Conversation
|
Idea: attach nooc only to predicates, then statically error if an output arg contains _ or if a goal does. It could still create cyclic terms. For that one could do an analysis based on det check to track groundness of generated output, where ground_term is the original seed. Since nooc is opt-in, this is not mandatory. |
da759f2 to
0bc790b
Compare
tests/sources/trace2.elab.json
Outdated
| "UserRule", | ||
| { | ||
| "rule_text": "main :- (print 1), (pi (c0 \\ (sigma (c1 \\ (fail => (true , fail)))))).", | ||
| "rule_text": "main :- (print 1), (pi c0 \\ (sigma (c0 \\ (fail => (true , fail))))).", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
??
TODO:
:noocon pred_and if/how it interactsunsound_unifbuiltin/stdsee if the determinacy checker can also track/infer groundnesstoo hard