How do I refer to the last evaluated expression in Ocaml\'s toplevel repl?
I.e. JavaScript uses $_, python uses _, and haskell ghci uses i
$_
_
i