Hello,
I am using the Haskell interpreter ghci under FreeBSD. I am not sure whether it is the proper behavior, but any output is not written on a new line, but the current line is rewritten. For example after
[CMD="ghci>"]5+5[/CMD]
I see
on the same line... Can I change it somehow?
Thank you in advance,
Lubos
I am using the Haskell interpreter ghci under FreeBSD. I am not sure whether it is the proper behavior, but any output is not written on a new line, but the current line is rewritten. For example after
[CMD="ghci>"]5+5[/CMD]
I see
Code:
10ci>
Thank you in advance,
Lubos