differential-datalog icon indicating copy to clipboard operation
differential-datalog copied to clipboard

DDlog lints

Open ryzhyk opened this issue 6 years ago • 0 comments

  • [ ] Detect unused variables in rules and functions
  • [ ] Detect unused intermediate relations (i.e., relations that are neither output nor used to compute other relations).
  • [ ] Grouping by complex variables or variables wrapped in Ref<> is inefficient. Ideally, one should group by one or several small identifiers.
  • [ ] ???

ryzhyk avatar Sep 02 '18 20:09 ryzhyk