[
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: | -- (:) |
| From: | Oleg Trott <oleg_trott@c...> |
| Subject: | [Caml-list] Type Safety and Interruptions |
Hi Are there any guarantees about type safety even when program execution is interrupted? As a simple example, suppose f is a function that modifies its argument (array) frequently, x is some value, and I type in the toplevel: # (* ..... *) # let a = Array.make 100000 x;; # f a;; Interrupted. and interrupt it before f finishes. Is it at all possible for array "a" to be in some odd state when its `value' is inconsistent with its type? What if "f" also contains calls to foreign (C/FORTRAN) functions? Thanks in advance -- Oleg Trott <oleg_trott@columbia.edu> ------------------- 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