interactive-lp icon indicating copy to clipboard operation
interactive-lp copied to clipboard

Merging stages or open world stages.

Open np opened this issue 6 years ago • 0 comments

Hello,

I'm wondering if this is possible to group my rules as follows:

a : something.
stage a_rules = {
  a/rule : some -o rule.
}
b : something.
stage b_rules = {
  b/rule : some -o rule.
}

stage main = { a_rules + b_rules }

np avatar Nov 05 '18 16:11 np