[
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: | 2005-06-02 (17:01) |
From: | Frédéric_Gava <gava@u...> |
Subject: | Re: [Caml-list] Bug with cyclic abbreviations ? |
Hi, > # let (x : 'a t as 'a)=0;; > Fatal error: exception Stack_overflow I have the same problem with let _ = (fun () -> let (x : 'a t as 'a)=0 in 0);; where the evaluation of the let has been freezed... so is it the type system which loops ? Frédéric Gava