From: Jon Harrop <jon@ffconsultancy.com>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] beginners list
Date: Sun, 25 Feb 2007 01:03:18 +0000 [thread overview]
Message-ID: <200702250103.18865.jon@ffconsultancy.com> (raw)
In-Reply-To: <45E08753.40600@in.tum.de>
On Saturday 24 February 2007 18:43, christian konrad wrote:
> (Scanf.sscanf line "%d\t%d\t%d\t%d" createErgebnis) ::
> (readErgebnisse fh (number-1));
I think you've made exactly the same mistake here. Also, the outer brackets
are superfluous. You probably want:
let line = Scanf.sscanf line "%d\t%d\t%d\t%d" createErgebnis in
line :: readErgebnisse fh (number-1)
but it depends whether you wanted to recurse first or read a line first (I
can't tell from your code and neither can the compiler).
--
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
OCaml for Scientists
http://www.ffconsultancy.com/products/ocaml_for_scientists
prev parent reply other threads:[~2007-02-25 1:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-24 18:43 christian konrad
2007-02-24 18:59 ` [Caml-list] " Richard Jones
2007-02-24 19:19 ` micha
2007-02-25 1:03 ` Jon Harrop [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200702250103.18865.jon@ffconsultancy.com \
--to=jon@ffconsultancy.com \
--cc=caml-list@yquem.inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox