CoNarrative / precept

A declarative programming framework
MIT License
657 stars 33 forks source link

entities macro usage requires accumulator expression in LHS #106

Open alex-dixon opened 7 years ago

alex-dixon commented 7 years ago

I don't believe we've specified an accumulator is required in the same LHS as the entities macro but it appears to be. A Clara schema validation error is thrown when calling entities with a collection directly, independent of an accumulator in the same LHS as the macro.