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
dataX=XinstanceSemigroupXwhere(<>) _ _ =X-- stimes is not imported
stimes _ _ =X
HLS should suggest importing stimes (it does if instead used in an expression), and should probably import when using the "add placeholders for ". (Note it could be a qualified import.)
Example:
HLS should suggest importing stimes (it does if instead used in an expression), and should probably import when using the "add placeholders for ". (Note it could be a qualified import.)
(GHC 8.10.4, cabal 3.2.0.0, stack 2.5.1 (unused), hls 0.9.0.0 (built from latest source), vscode)
The text was updated successfully, but these errors were encountered: