Closed lileicc closed 10 years ago
@jxwuyi please note that case-expression branch already support the new set and list comprehension
@cberzan @chrisgioia64
Do we need to support the CardinalitySpec, it seems not necessary. Instead we can just add size()
builtin function.
Of course, for syntax, we can still keep something like
obs #Person = 23;
It is equivalent to
obs size({x for Person x}) = 23;
@StuartRussell Please vote if you like it or not
@chrisgioia64
@cberzan @chrisgioia64