This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Regula S-Expressions don't enforce assumption about MANY cardinality #56
Labels
feature request
Request a new feature
Milestone
There is an assumption in the
regula/rule/operator.operator
handling ofContract
s. We assume that only the final Term in the contract may haveCardinality == MANY
. We should enforce that rule somehow - I'm not yet sure how, but it seems a panic would be the best we can expect (I can't see a way to have this fail at compile time).The text was updated successfully, but these errors were encountered: