-
Notifications
You must be signed in to change notification settings - Fork 56
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
derive eqbOK does not work with is_true #780
Comments
The problem is that I have a special case for eq here
I think it should not be hard to understand is_true there as well |
|
Yes, I was imagining an ad-hoc unfold rule param1-inhab-db {{ lib:elpi.derive.is_true lp:B }} R :- param1-inhab-db {{ lib:elpi.eq bool lp:B true }} R.
% also for inhab (there is not Register for |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works
but this does not
The text was updated successfully, but these errors were encountered: