# File lib/dm-core/type_map.rb, line 14
    def map(type)
      @chains[type] ||= TypeChain.new
    end