We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.