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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

c# - ItextSharp font color issue in ver 5.5.4+ -

how does one get csharp-sqlite to throw exceptions for duplicates or foreign key constraint violations -