Browse thread
forbidden construct as right hand side of "let rec"
-
Mathias Kende
- Stéphane Glondu
- Xavier Leroy
[
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: | Stéphane Glondu <steph@g...> |
| Subject: | Re: [Caml-list] forbidden construct as right hand side of "let rec" |
Mathias Kende a écrit : > let rec g = f g What about: let rec g x = f g x -- Stéphane