Closed
Description
There is this magic:
haskell-mode/haskell-interactive-mode.el
Line 254 in be9044b
This means that by using C-j one can have multiline command like this:
λ> let x = 1
y = 3
it will be wrapped in :{
and }:
and send to GHCi like this:
:{
let x = 1
y = 3
:}
Note that this is not documented and does not really work due to misaligned indentation.
Tasks:
- make it respect indentation
- document that by using C-j one can get multilne working
Metadata
Metadata
Assignees
Labels
No labels