From: "Jean-Baptiste Rouquier" <Jean-Baptiste.Rouquier@inrialpes.fr>
To: <caml-list@inria.fr>
Subject: Re: [Caml-list] Quelques questions sur Caml Light
Date: Tue, 17 Jun 2003 16:10:32 +0200 [thread overview]
Message-ID: <012a01c334da$38b27440$7115c7c2@inrialpes.fr> (raw)
In-Reply-To: <010601c334d8$1c8d52f0$7115c7c2@inrialpes.fr>
J'ai l'impression que l'on n'avait pas répondu à ces questions. Voici
quelques réponses.
1°) Pourquoi n'est-il pas possible de filtrer
avec des motifs qui sont des tableaux ?
C'est possible en OCaml.Je ne peux que te conseiller de passer à OCaml, mais
prévois un peu de temps...
3°) Pourquoi est-il indiqué dans la documentation :
« value prefix + : float -> float -> float
value prefix +. : float -> float -> float
value add_float : float -> float -> float
Addition. »
Quelle doc ?
Ce doit être une erreur.
http://caml.inria.fr/man-caml/node14.11.html dit "value prefix + : int ->
int -> int"
5°) N'est-il pas possible de définir une exception qui
prend en charge plusieurs paramètres ?
Le mieux que je puisse faire est :
« exception erreur of int*int;; »
pour avoir deux entiers, mais c'est sous forme de paire.
Les exceptions sont un type somme (comme
type 'a option =
|None
|Some of 'a
) même s'il est un peu particulier : on peut ajouter des constructeurs par
le mot clé exception.
Un constructeur ne peut pas être curryfié. C'est d'ailleurs pour cela que
(prefix ::)
est défférent de la série (prefix +), (prefix *.) etc.
En effet "::" est un constructeur.
8°) Où se procurer la version 0.75 précompilée de
Caml Light pour Windows ?
Elle est disponible pour Unix, mais pas pour Windows...
À ce propos, quelles sont les nouveautés de la version 0.75
par rapport à la version précédente 0.74 ?
Le fichier « Changes » ne précise rien.
Ca aussi j'aimerai bien savoir.
Jean-Baptiste Rouquier.
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next parent reply other threads:[~2003-06-17 14:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <010601c334d8$1c8d52f0$7115c7c2@inrialpes.fr>
2003-06-17 14:10 ` Jean-Baptiste Rouquier [this message]
2003-04-15 9:26 Julien ÉLIE
2003-04-15 12:26 ` Damien Doligez
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='012a01c334da$38b27440$7115c7c2@inrialpes.fr' \
--to=jean-baptiste.rouquier@inrialpes.fr \
--cc=caml-list@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;
as well as URLs for NNTP newsgroup(s).