Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

The identifier parser should _not_ accept qualified reserved ops #952

@harpocrates

Description

@harpocrates

This is really a GHC bug: https://ghc.haskell.org/trac/ghc/ticket/14109, but it causes Haddock to accept and render some impressive nonsense.

module Temp where

-- | See 'Q.case', 'Q.of', 'Q.--', 'Q.as'
foo :: ()
foo = ()

results in case, of, --, and as attempting to be hyperlinked.

screen shot 2018-10-23 at 8 39 59 am

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions