module Dry::Schema::Extensions::Hints::CompilerMethods

def visit_and(node)

Other tags:
    Api: - private
def visit_and(node)
  super.with(hints: true)
end