is there a way to trace which https://docs.datomic.com/cloud/query/query-data-reference.html#rules) were satisfied during a query execution? i'm working on a rule list that is sometimes flat, sometimes recursive, and i'd like to be able explain which conditions were met (or not) for auditing purposes
hey that's a great idea, thanks @favila
I typically add an extra constant binding to each rule
[(ground :rule-impl-1) ?matched-rule-impl]