caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Ken Wakita <wakita@is.titech.ac.jp>
To: Wakita Ken <wakita@is.titech.ac.jp>,
	zze-MARCHEGAY Michael stagiaire FTRD/DTL/LAN
	<michael.marchegay@rd.francetelecom.com>,
	caml-list <caml-list@inria.fr>
Subject: Re: [Caml-list] Deep copy
Date: Tue, 16 Jul 2002 08:09:38 +0900	[thread overview]
Message-ID: <B9598542.2DAD%wakita@is.titech.ac.jp> (raw)
In-Reply-To: <B9590069.2D7D%wakita@is.titech.ac.jp>


I apology that I sent a silly code fragment last night.  I included two
mistakes.

Small one: the order of arguments to to_string was wrong.  it should be:

    Marshal.from_string (Marshal.to_string obj [Marshal.Closures]) 0

Worse one: it does not work for OO features (sigh).

Sorry for disturbance.

Ken

> From: Ken Wakita <wakita@is.titech.ac.jp>
> Date: Mon, 15 Jul 2002 22:42:49 +0900
> To: zze-MARCHEGAY Michael stagiaire FTRD/DTL/LAN
> <michael.marchegay@rd.francetelecom.com>, caml-list <caml-list@inria.fr>
> Subject: Re: [Caml-list] Deep copy
> 
> 
> How about the following?
> 
> Marshal.from_string (Marshal.to_string [Marshal.Closures] obj) 0
> 
> Ken Wakita
> 
>> From: "zze-MARCHEGAY Michael stagiaire FTRD/DTL/LAN"
>> <michael.marchegay@rd.francetelecom.com>
>> Date: Mon, 15 Jul 2002 12:06:58 +0200
>> To: <caml-list@inria.fr>
>> Subject: [Caml-list] Deep copy
>> 
>> Hi all,
>> 
>> I'm writting a program that manipulates a graph structure and I need to make
>> deep copies of some of the graph nodes. The function Oo.copy donesn't perform
>> a deep copy and I haven't found any other that could make it.
>> 
>> Actually, the nodes of my graph are specified using a lot inheritance, and if
>> I want to write specific "copy" methods for them, I will need to disperse the
>> clonning actions downto the leaf of my inheritance tree.
>> 
>> So I'd like to know is there is a clean way to make a deep copy of any
>> object.
>> 
>> Thank you.
>> 
>> --
>> Michaël Marchegay, Stagiaire France Telecom R&D du 11/02/2002 au 26/07/2002
>> Sous la responsabilité d'Olivier Dubuisson
>> DTL/TAL - 22307 Lannion Cedex - France
>> -------------------
>> 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
> 
> -------------------
> 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

-------------------
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


  parent reply	other threads:[~2002-07-15 23:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-15 10:06 zze-MARCHEGAY Michael stagiaire FTRD/DTL/LAN
2002-07-15 13:42 ` Ken Wakita
2002-07-15 14:43   ` Eray Ozkural
2002-07-15 15:33     ` Ken Wakita
2002-07-15 23:09   ` Ken Wakita [this message]
2002-07-15 15:02 ` Eray Ozkural
2002-07-15 15:27   ` Nicolas Cannasse
2002-07-15 15:40     ` Eray Ozkural
2002-07-15 16:22 ` sebastien FURIC
2002-07-15 15:24 zze-MARCHEGAY Michael stagiaire FTRD/DTL/LAN
2002-07-15 15:24 ` Eray Ozkural
2002-07-15 18:18   ` Alessandro Baretta
2002-07-15 19:53 ` Alessandro Baretta
2002-07-15 22:35   ` John Prevost
2002-07-15 23:03     ` Alessandro Baretta
2002-07-16  8:19       ` John Prevost

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=B9598542.2DAD%wakita@is.titech.ac.jp \
    --to=wakita@is.titech.ac.jp \
    --cc=caml-list@inria.fr \
    --cc=michael.marchegay@rd.francetelecom.com \
    /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).