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