Hi,
Is there a multiline interpreter for Haskell that lets you write multiline functions and edit previous lines?
Or otherwise is there a hacky way to do something like this with a command line interface library that would let you treat any command line app as having a multiline interface?
Python 3.13 released the other day contains such an interpreter, so I thought the timing would be good to ask this. OCaml has utop, which I am very happy with.