thielema
thielema
Currently when I alter the module imports I have to choose "Reload imports and options" from the "Evaluation" menu. I'd prefer to just hit Ctrl-Return like in the evaluation cells...
I like to have support for a cumulative running total additional to the standard historical running total in `aregister`. See https://groups.google.com/d/msgid/hledger/0F2587EB-DF9A-4CE7-9A95-3C13B8042589%40joyful.com .
Parser.takeMultiLine: parser for multi-line blocks
Doctest supports multiline syntax `:{ .. :}` for doctest unit tests, e.g. ~~~~ >>> :{ runMyTest longArgumentA longArgumentB longArgumentC :} expected output ~~~~ but it does not support that syntax...
~~~~ essence-of-live-coding-tutorial$ ghcid Loading cabal repl -O2 ... cabal: unrecognized 'repl' option `-O2' Command "cabal repl -O2" exited unexpectedly with error message: cabal: unrecognized 'repl' option `-O2' ~~~~ When I...
The package libghc-regex-pcre-dev is gone in Debian Trixie. [1] It depends on the C library libpcre3, which is abondened. [2] A possible successor to this library is PCRE2. The question...