Skip to content
  • Alec Theriault's avatar
    Remove 'TokenGroup' from Hyperlinker (#818) · 276c352b
    Alec Theriault authored and Simon Jakobi's avatar Simon Jakobi committed
    Since the hyperlinker backend now relies on the GHC tokenizer, something
    like 'Bar.Baz.foo' already gets bunched together into one token (as
    opposed to being spread across 'Bar', '.', 'Baz', '.', and 'foo').
    276c352b