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

Regression #23

Closed isovector closed 3 years ago

isovector commented 3 years ago

There's a regression in a3dc93532571820786095a814a2907bde6075f6b which prevents us from solving

assoc :: Either a (b, c) -> Either (c, b) a