class Rouge::Lexers::OCaml

def self.primitives

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