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

Support typeclasses #8

Closed isovector closed 3 years ago

isovector commented 4 years ago

If we have a given constraint, use it to solve holes.

If not, it might still be nice to solve fmap-like holes, but not show or read which are too polymorphic for their own good.