haskell mod plugin for emacs - REPL not work -
i have installed emacs , haskell-mod, load file emacs star repl c-c c-l, appear prompter(that lambda), when type example 1+2 , hit enter nothing happen. should use other key or why didn't work ? thanks, sorin
emacs' shell buffer doesn't along unicode (lambda) prompt. can manually set prompt :set prompt "ghci> "
.
to automatically run set prompt command when shell starts up, edit .ghci file include above set command.
Comments
Post a Comment