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