Re: Babel Haskell. Print all results when header has :results output

2020-05-04 Thread Roland Coeurjoly
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 > > > > #

Re: Babel Haskell. Print all results when header has :results output

2020-05-04 Thread Nicolas Goaziou
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:

Babel Haskell. Print all results when header has :results output

2020-04-28 Thread Roland Coeurjoly
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