hasktags icon indicating copy to clipboard operation
hasktags copied to clipboard

Invalid tags output

Open isovector opened this issue 3 years ago • 1 comments

The tags output from hasktags gives me an error in vim:

Format error in tags file "tags"
Before byte 82685

Byte 82685 points to this:

(_
:<|>getAccountFeatureConfigClientM
:<|>_
:<|>_
)	services/galley/src/Galley/Intra/User.hs	237

which is generated via this code:

getAccountFeatureConfigClientM ::
  UserId -> Client.ClientM TeamFeatureStatusNoConfig
( _
    :<|> getAccountFeatureConfigClientM
    :<|> _
    :<|> _
  ) = Client.client (Proxy @IAPI.API)

Removing this entry from tags fixes the file.

isovector avatar Jan 15 '22 23:01 isovector