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.

Constructors with existential quantification are rendered poorly #1002

Closed
@RyanGlScott

Description

@RyanGlScott

If you run Haddock on the following code:

{-# LANGUAGE ExistentialQuantification #-}
module Foo where

data Some f = forall a. Some (f a)

This is how it shows up:

haddock

Notice how the a in Some (f a) is completely unbound. This really ought to be rendered as forall a. Some (f a).

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