rlwrap
is a good program handling arrow keys in REPL
loop. In most cases it works. For example rlwrap sbcl
, rlwrap sml
, and so on. But when it comes to rlwrap coqtop
, it fails. The error information is below.
rlwrap: error: Couldn't read completions from /usr/local/Cellar/rlwrap/0.41/share/rlwrap/completions/coqtop: No such file or directory
I downloaded coqide
from coq website, and installed rlwrap
using homebrew
. The file /usr/local/Cellar/rlwrap/0.41/share/rlwrap/completions/coqtop
is at the right place. So, is there any clue how to fix this? Or is there a replacement software out there?