module Dry::Logic::Operators

def then(other)

def then(other)
  Operations::Implication.new(self, other)
end