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.

Rendered haddock of Eq and Ord classes are missing class methods #549

@christiaanb

Description

@christiaanb

The rendered haddock (included in the GHC 8.0.1 release) for the Eq and Ord classes are missing:

  • Their class methods
  • Their source links

See:

http://hackage.haskell.org/package/base-4.9.0.0/docs/Data-Eq.html#t:Eq
http://hackage.haskell.org/package/base-4.9.0.0/docs/Prelude.html#t:Eq
http://hackage.haskell.org/package/base-4.9.0.0/docs/Data-Ord.html#t:Ord
http://hackage.haskell.org/package/base-4.9.0.0/docs/Prelude.html#t:Ord

Other (deriviable) classes, for example Show, or Enum, do not have these problems.

I've also reported this as a GHC issue: https://ghc.haskell.org/trac/ghc/ticket/12519

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions