Browse thread
Polymorphic recursion
[
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: | Daniel de Rauglaudre <daniel.de_rauglaudre@i...> |
| Subject: | Re: [Caml-list] Polymorphic recursion |
This simpler example segmentation faults on my machine : let () = let x = if "a" = "b" then Obj.magic 0 else String.copy "abc" in for i = 0 to 100000 do ignore (ref [1]) done; print_endline x -- Daniel de Rauglaudre http://pauillac.inria.fr/~ddr/