Skip to content

support existential quantification #70

@dmwit

Description

@dmwit

The following file is accepted by GHC, defining type X and computation Y:

{-# LANGUAGE ExistentialQuantification #-}
data X = forall a. Y

However, hasktags incorrectly sees this as defining type X and computation forall:

X	test.hs	2
forall	test.hs	2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions