atsky / haskell-idea-plugin

IntelliJ IDEA plugin for Haskell
Apache License 2.0
201 stars 21 forks source link

Parser fails when there is "foreign import ccall ....." declarations #93

Open AurimasAnskaitis opened 9 years ago

AurimasAnskaitis commented 9 years ago

All functions below such declaration are not recognized as symbols (find usages does not work for example). The screenshot shows this clearly. screenshot from 2015-06-08 11 30 39

superbobry commented 9 years ago

Just for completeness, Haskel2010 report contains formal syntax definition for FFI.