You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code gives error: Not in scope: type constructor or class ‘Int’. Perhaps you meant ‘Int’ (imported from Prelude) while stack ghci works fine. The related setting: value of haskell.liquidOn is set to true.
{-@ typePos= {v : Int | 0< v} @-}
{-@ incr::Pos->Pos @-}
incr::Int->Int
incr x = x +1
Is there a way to fix this or simply disable the error messages? Thanks for answering!
The text was updated successfully, but these errors were encountered:
hi, thanks for the bug report, I am afraid liquid Haskell is not supported despite the config option (it was inherited from hie, the previous Haskell LSP backend server)
the support in hls is tracked here: haskell/haskell-language-server#367
hi, thanks for the bug report, I am afraid liquid Haskell is not supported despite the config option (it was inherited from hie, the previous Haskell LSP backend server)
the support in gold is tracked here: haskell/haskell-language-server#367
The following code gives error:
Not in scope: type constructor or class ‘Int’. Perhaps you meant ‘Int’ (imported from Prelude)
whilestack ghci
works fine. The related setting: value ofhaskell.liquidOn
is set to true.Is there a way to fix this or simply disable the error messages? Thanks for answering!
The text was updated successfully, but these errors were encountered: