From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hurford Subject: org-babel ocaml List append problems Date: Wed, 06 Apr 2011 00:45:00 +1200 Message-ID: <1302007500.4762.7.camel@tmnowr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42013 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q75je-0000A6-Kz for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 08:51:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q75jd-0003Dp-M8 for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 08:51:54 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:58304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q75jd-0003DR-DL for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 08:51:53 -0400 Received: by pwi10 with SMTP id 10so210493pwi.0 for ; Tue, 05 Apr 2011 05:51:51 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 there a solution to this as the code should work? James