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
I found there is a pieces of code to check the kind of a term in inf-haskell.el
(defun inferior-haskell-kind (type)
"Query the haskell process for the kind of the given expression."
(interactive
I bind the key as following
(define-key map (kbd "C-c C-k") 'inferior-haskell-kind)
and restart emacs but still cannot use it.
I am a new user of haskell-mode. Could any explain to me a little bit.