module Dry::Logic::Predicates

def self.included(other)

def self.included(other)
  super
  other.extend(Logic::PredicateSet)
  other.import(self)
end