class Dry::Logic::Rule::Set

def curry(*args)

def curry(*args)
  new(rules.map { |r| r.curry(*args) })
end