Skip to content

Check for puns (see ghc#23368)

Vladislav Zavialov requested to merge wip/int-index/check-puns into ghc-head

Update the HTML backend to respect list and tuple puns.

Before

screenshot of rendered HTML that uses List

After

screenshot of rendered HTML that uses []-syntax

Merge request reports