class Rouge::Lexers::ReScript

def self.types

def self.types
  @types ||= Set.new(%w(
    bool int float char string
    unit list array option ref exn format
  ))
end