isovector / haskell-language-server

Integration point for ghcide and haskell-ide-engine. One IDE to rule them all.
Apache License 2.0
0 stars 2 forks source link

Be more precise in `algebraicTyCon` in face of MagicHash #31

Open WorldSEnder opened 3 years ago

WorldSEnder commented 3 years ago

As mentioned in #30 currently algebraicTyCon is responsible for filtering out the datatype constructors of builtin types such as Int. It could make sense to case split on those if -XMagicHash is enabled,