Using listcomp makes things easier, as it pushes some of the logic out of the package. However we cannot fully support quosures, as this would be too slow (factor 10x) in listcomp. So at the moment, all the quantifiers are evaluated in the calling environment.
Using
listcomp
makes things easier, as it pushes some of the logic out of the package. However we cannot fully support quosures, as this would be too slow (factor 10x) inlistcomp
. So at the moment, all the quantifiers are evaluated in the calling environment.