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
haskell-mode code mostly predates Emacs 23. Since then (or even earlier) there is easy-mmode available and it seems to be standard method to declare keymaps, like this:
(easy-mmode-defmap xxx-map
`(("n" . xxx-next)
("p" . xxx-prev))
"The base keymap for `xxx-mode'.")