class Dry::Schema::PredicateInferrer::Compiler

def visit_constructor(node)

Other tags:
    Api: - private
def visit_constructor(node)
  other, * = node
  visit(other)
end