Re: A common use of try ... with

From: Daniel de Rauglaudre (daniel.de_rauglaudre@inria.fr)
Date: Thu Dec 16 1999 - 11:43:33 MET


Date: Thu, 16 Dec 1999 11:43:33 +0100
From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
To: Judicael Courant <Judicael.Courant@lri.fr>
Subject: Re: A common use of try ... with
In-Reply-To: <14424.39043.786900.267749@pc87.lri.fr>; from Judicael Courant on Thu, Dec 16, 1999 at 08:45:07AM +0100

> tryeval exp
> val x -> f x (* this case is evaluated only when exp evaluates to a value *)
> with
> (* possible exceptions *)
> | Exception1 -> ...
> | Exception2 y -> ...

No problem: experiment that with Camlp4, which is exactly its application
domain and tell us your conclusions!

> tryeval exp
> val x -> f x (* évalué seulement si exp ne lève pas d'exception, dans
> ce cas x est la valeur de exp *)
> with
> (* exceptions possibles *)
> | Exception1 -> ...
> | Exception2 y -> ...

Pas de problème: expérimente ça avec Camlp4, ce qui est exactement son
domaine d'application et fais-nous part de tes conclusions!

-- 
Daniel de RAUGLAUDRE
daniel.de_rauglaudre@inria.fr
http://cristal.inria.fr/~ddr/



This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:29 MET