karoyakani
vscode の editor の中でちょっと repl がしたい(terminal に移動して ghci を動かさずに)場合はどうしたらよいですか 下記の記述を見つけましたが
Inline REPL: Add REPL blocks to your code with haddock syntax, either using no spaces before
Inline REPL: Add REPL blocks to your code with haddock syntax, either using no spaces before
>>>
or put it in a comment like -- >>>
. Click on the code lens or type Shift+Enter
to run a single block, or type Shift+Alt+Enter
to run all blocks in a file