class Rouge::Lexers::FSharp

def self.primitives

def self.primitives
  @primitives ||= Set.new %w(unit int float bool string char list array)
end