[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-07-01 (14:56) |
From: | SerP <serp@s...> |
Subject: | Re: [Caml-list] file_desc |
Robert Fischer wrote: > Is there a way to convert a file_descr to/from an int in OCaml? The type is abstract, and there > doesn't seem to be an obvious answer. > > Alternatively, is there a way to get at an inherited file_descr from a process I execv'd into? > > ~~ Robert. > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > > Obj.magic is a single way to do this.