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
Identifier `lift' not in scope, choose module to import? (y or n) y
Haskell process command errored with: (wrong-type-argument listp t)
This lead @chrisdone to the discovery of a sub-problem where M-! haskell-docks <$> RET fails because of the way <$> is being escaped. This is not an issue for functions like lift though.
The text was updated successfully, but these errors were encountered:
I tested with a clean emacs config and everything works fine. I tried and it works fine with ido in a clean config as well. Something else I have in my config is conflicting. We'll have to track it down but the <$> escape problem is fixed for sure.
This lead @chrisdone to the discovery of a sub-problem where
M-! haskell-docks <$> RET
fails because of the way <$> is being escaped. This is not an issue for functions likelift
though.The text was updated successfully, but these errors were encountered: