# File lib/kwalify/types.rb, line 143
    def collection_type?(type)
      return type == 'seq' || type == 'map'
    end