No, I haven't yet. As it is required to firm them for the other patch, I am
willing to firm them but unsure how to proceed.
Please advise.
On Mon, May 4, 2020, 17:01 Nicolas Goaziou wrote:
> Hello,
>
> Roland Coeurjoly writes:
>
> > Right now, when executing the following source block
> >
> > #
Hello,
Roland Coeurjoly writes:
> Right now, when executing the following source block
>
> #+begin_src haskell :results output
> [1..10]
> "hello" == "hello"
>#+end_src
>
> I get the following output:
>
> #+RESULTS:
>: True
>
> Whereas (for me) the desired result would be
>
> #+RESULTS:
Right now, when executing the following source block
#+begin_src haskell :results output
[1..10]
"hello" == "hello"
#+end_src
I get the following output:
#+RESULTS:
: True
Whereas (for me) the desired result would be
#+RESULTS:
: [1,2,3,4,5,6,7,8,9,10]
: True
I created the attache