module Dry::Logic::Predicates::Methods

def eql?(left, right)

def eql?(left, right)
  left.eql?(right)
end