Details
Assignee
David NolenDavid NolenReporter
Tassilo HornTassilo HornPriority
Major
Details
Details
Assignee
David Nolen
David NolenReporter
Tassilo Horn
Tassilo HornPriority

Created August 3, 2015 at 9:58 AM
Updated March 27, 2024 at 5:32 PM
It is pretty common to unify a variable with a vector or list of a fixed length like
(== q (list a b))
and then define more goals ona
andb
with the intention of being able to define therun*
query's result format. However, if one does the same using a set one gets a StackOverflowError.Example:
Basically, what I wanted to express here is that the order of
a
andb
is not significant so that(distinct (run* ...))
gives me the unique results.The backtrace is: