~robsimmons/Dusa#18: 
Rules with multiple conjunctive conclusions

instead of

q :- a, b, c, d, e.
p :- a, b, c, d, e.
r :- a, b, c, d, e.

I'd be way happier writing

p, q, r :- a, b, c, d, e.

for DRY reasons

Status
RESOLVED DUPLICATE
Submitter
~robsimmons
Assigned to
No-one
Submitted
11 months ago
Updated
5 months ago
Labels
No labels applied.