carymrobbins / intellij-haskforce

Haskell plugin for IntelliJ IDEA
http://carymrobbins.github.io/intellij-haskforce/
Apache License 2.0
487 stars 39 forks source link

Parse 'type' in imports #390

Closed carymrobbins closed 5 years ago

carymrobbins commented 5 years ago

The type keyword isn't handled by the parser -

import Control.Natural (type (~>))