Closed i-am-neo closed 1 month ago
Hi,
Can you expand on what you mean by a meta-predicate?
Hi @andrewcropper , like
maplist(:Goal, +List1, ?List2)
where I can pass in another pedicate for
:Goal
Thank you.
Unfortunately, the current code does not support such meta-predicates.
However, a variant of the Hopper system (https://www.ijcai.org/proceedings/2022/0378.pdf) is available here: https://github.com/celinehocquette/ijcai24-stevie
However, it greatly differs from the main Popper repository and is quite outdated.
Thank you. Are there other significant changes to Stevie apart from updating the Popper version? Ie., if I use the current version of Popper, the examples in Stevie should still "work?"
Hi,
All the examples that do not require meta-predicates will work.
Kind regards,
Andrew
On 19 Sep 2024, at 23:25, i-am-neo @.***> wrote:
Thank you. Are there other significant changes to Stevie apart from updating the Popper version? Ie., if I use the current version of Popper, the examples in Stevie should still "work?" — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
More a question. Are meta-predicates supported in Popper?
Thanks.