From: sejourne_kevin <sejourne_kevin@yahoo.fr>
To: caml-list <caml-list@inria.fr>
Subject: Re: [Caml-list] Pervasives or Printf module ?
Date: Sun, 22 Jan 2006 17:42:28 +0100 [thread overview]
Message-ID: <43D3B5F4.9040100@yahoo.fr> (raw)
In-Reply-To: <20060122162745.GA20731@fork.recoil.org>
Anil Madhavapeddy a écrit :
> Objective Caml version 3.09.1
>
> # List.iter (Printf.printf "%d ") [1;2;3] ;;
> 1 2 3 - : unit = ()
> # List.iter (Printf.printf " %d") [1;2;3] ;;
> 1 2 3- : unit = ()
> # List.iter (fun n -> Printf.printf " %d" n) [1;2;3] ;;
> 1 2 3- : unit = ()
>
> Hurrah! It always tripped me up :)
Hurrah!
___________________________________________________________________________
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com
next prev parent reply other threads:[~2006-01-22 16:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-22 15:10 sejourne_kevin
2006-01-22 15:34 ` [Caml-list] " Jon Harrop
2006-01-22 16:27 ` Anil Madhavapeddy
2006-01-22 16:42 ` sejourne_kevin [this message]
2006-01-22 16:46 ` Vincenzo Ciancia
2006-01-23 9:18 ` [Caml-list] " Remi Vanicat
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=43D3B5F4.9040100@yahoo.fr \
--to=sejourne_kevin@yahoo.fr \
--cc=caml-list@inria.fr \
--cc=sejourne@limsi.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