Is there a way to print the history list in utop, like calling history
from bash? I haven't found any sort of history ring associated with utop-mode
in emacs either. I'm trying to use the history to hippie-expand against in the REPL.
Utop appears to respond to commands like history-prev
and history-next
(from utop.el
), but that is all I have found.