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
Note that where is overloaded keyword in Haskell, because it is used in a couple of places:
function declaration ... where
module ... where
class ... where
instance ... where
data ... where
We would like to provide completions where where introduces function declaration scope, that is all cases except the data ... where case when no two constructors should have the same name.
In
haskell-indent
, it also completes the function name.Suppose following situation:
When I hit
C-j
andTAB
twice,haskell-indent
completes the function name:But with
haskell-indentation
, function name is not completed.The text was updated successfully, but these errors were encountered: