[
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: | 2006-02-25 (10:22) |
From: | Pierre Etchemaite <petchema@c...> |
Subject: | Re: [Caml-list] Weird ref behaviour... |
Le Sat, 25 Feb 2006 22:15:51 +1300, "Jonathan Roewen" <jonathan.roewen@gmail.com> a écrit : > in test a b, !bindings Depending on evaluation order, that may or may not work. According to tests, it doesn't ;) Try: let result = test a b in result, !bindings