Re: [O] [PATCH] ob-ocaml: Support for pretty-printed outputs

2019-10-13 Thread Nicolas Goaziou
Hello, "Robert M. Kovacsics" writes: > Subject: [PATCH] ob-ocaml: Support for pretty-printed outputs > > E.g. the following snippet produces multiple lines of output, due to > pretty-printing > > #+BEGIN_SRC ocaml :exports code :eval no-export :results verbatim > (* Note, no need to have parent

[O] [PATCH] ob-ocaml: Support for pretty-printed outputs

2019-10-04 Thread Robert M. Kovacsics
E.g. the following snippet produces multiple lines of output, due to pretty-printing #+BEGIN_SRC ocaml :exports code :eval no-export :results verbatim (* Note, no need to have parentheses around sqrt, as application binds the tightest *) let rec gamma n = if n = 0 then (1.0 +.