in rule left side match multiple consturctors possible
it would be a nice feature to make it possible to do match multiple consturctors in a rule, something like this
example : Entity(a,b) <+ Enity(a,b,c) -> newEntity
so that we don’t have to write multiple rules for the same code.
Submitted by chris melman on 4 June 2012 at 11:07
Log in to post comments