class Dry::Logic::Rule::Interface

def unapplied

def unapplied
  if variable_arity?
    -1
  else
    arity - curried
  end
end