I ran the same code with C-c C-c and the result was the same
#+begin_src ocaml
[3;2;3] @ [3;2;3;4;5];;
#+end_src
#+results:
| 3 | 2 | 3 | 3 | 2 | 3 | 4 | 5 |
Thank you
James
On 6 May 2011 08:45, Eric Schulte wrote:
> Hi James,
>
> I get the following...
>
> #+begin_src ocaml
> [3;2;3] @ [3;
Hi James,
I get the following...
#+begin_src ocaml
[3;2;3] @ [3;2;3;4;5];;
#+end_src
#+results:
| 3 | 2 | 3 | 3 | 2 | 3 | 4 | 5 |
I recently (in the last month) pushed some changes up to the Org-mode
git repository which fix result handling for ocaml. Please try with the
latest version of Or
Hi James,
I just pushed up a change which should fix this behavior for both ocaml
lists and arrays. Please let me know if you continue to experience
problems.
Thanks -- Eric
James Hurford writes:
> I have just discovered org-babel supports ocaml and I've just started to
> learn it. My proble
I have just discovered org-babel supports ocaml and I've just started to
learn it. My problem is when appending two lists together, when run
through org-babel returns a error message. I would try and run this
code
[3;2;3] @ [3;2;3;4;5];;
and get a error message saying
"Invalid function: 3"
Is