# File lib/rouge/lexers/ocaml.rb, line 22
      def self.word_operators
        @word_operators ||= Set.new %w(and asr land lor lsl lxor mod or)
      end