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

Type parameters are omitted when there are argument descriptions #973

Closed
@Lysxia

Description

@Lysxia

This renders the quantifier:

f :: forall a. a -> a

This doesn't:

f :: forall a
  .  a  -- ^ my comment
  -> a

The type parameters are important for TypeApplication-heavy libraries but not so much for others. I think a good solution would be a compile-time switch to show/hide type parameters.

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