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.

Some classes get their functions included #417

Closed
@ndmitchell

Description

@ndmitchell

From the base Hoogle file I see:

class Show a where showsPrec _ x s = show x ++ s show x = shows x "" showList ls s = showList__ shows ls s

This should just be:

class Show a

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