Markus Triska

Results 705 comments of Markus Triska

It's also not limited to `[_|_]` as the outermost expression. The following also yields an error: f :- false, _ is 5+[_|_].

> Just a general remark. Fixing this issue currently does not make much sense, because the deeper problem behind is the current representation of partial strings. So fixing this will...

> let's say `meta_predicate([a(0), b(1), c(2)])` Yes, a predicate indicator list *should* work, as for `dynamic/1`. I have filed #2823 for this, thank you a lot! > If it is...

I will correct this after `rebis-dev` is merged.

Yes this would be ideal! The issue here is that one or more answer descriptions can follow a query, so this goes beyond a single term. A description that is...

I have rebased this branch top of the current `master`, and I am marking it as **ready for review**!

Yippie! In addition to the forthcoming tests by @dcnorris, I expect almost **every program** we load in the future to serve as a test that quads are processed as intended....

This is now resolved, thank you a lot!

Thank you! It seems the flag can be implemented with comparatively little effort on top of what we have already now.