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.

Hoogle docs drop type parameters with explicit kind annotations #992

Closed
@Lysxia

Description

@Lysxia

Haddock version 2.22.0

Minimal example:

{-# LANGUAGE KindSignatures #-}

module A where

data K (m :: * -> *) = K

Generates this, notice the missing parameter to the type K in the last line.

module A
data K (m :: * -> *)
K :: K

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