Date: Wed, 2 Jun 1999 09:27:10 +0200
Message-Id: <199906020727.JAA24288@lsun565.lannion.cnet.fr>
From: Jean-Francois Monin <JeanFrancois.Monin@cnet.francetelecom.fr>
To: Vyskocil Vladimir <vyskocil@math.unice.fr>
Subject: Re: Constante NIL
In-Reply-To: <37529AB8.B306AD5F@math.unice.fr>
> N'est t'il pas concevable de rajouter a Objectif Caml une constante
> NIL, UNDEF ou je sais pas trop comment la nommer dont la valeur serait
> '_a. Ceci permettrait d'initialiser "par defaut", par exemples,
Ca m'est arrive d'utiliser Obj.magic, par exemple :
type ('a, 'b) cell =
{mutable lft : 'b; c : key; mutable v : 'a; mutable rgt : 'b}
let any_c : unit -> key = Obj.magic
let any_v : unit -> 'a = Obj.magic
let env_init () = {lft=Empty; c=any_c (); v=any_v (); rgt=Empty}
-- Jean-Francois Monin, CNET DTL/MSV, Tel +33 2 96 05 26 79 2 av. Pierre Marzin, 22307 Lannion, France Fax +33 2 96 05 39 45 SANS TRAIT D'UNION : JeanFrancois.Monin@cnet.francetelecom.fr
This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:23 MET