Closed lileicc closed 10 years ago
The following example is working:
type Person; distinct Person P[100]; #Person ~ Poisson(10); query size({p for Person p});
But this example is not
query size({1, 2, 3});
It is due to ExplicitSetSpec. will be fixed in a seperate issue/pr.
@cberzan ready for review.
LGTM with minor comment
Fixed comments. going to merge.
The following example is working:
But this example is not
It is due to ExplicitSetSpec. will be fixed in a seperate issue/pr.
@cberzan ready for review.