Skip to content

Import syntax is a parse error #825

Closed
@Fresheyeball

Description

@Fresheyeball

Haskell language server correctly suggest the following change

import Servant.API

to

import Servant.API (type (:<|>)(..), Capture, JSON)

Which compiles fine. But Haskell language server reports it as a parse error.

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