# File lib/rouge/lexers/ocaml.rb, line 26
      def self.primitives
        @primitives ||= Set.new %w(unit int float bool string char list array)
      end