hasktags
hasktags copied to clipboard
Invalid tags output
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.