Browse thread
Re: [Caml-list] how to start
- MONIN Jean-Francois FTRD/DTL/LAN
[
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: | MONIN Jean-Francois FTRD/DTL/LAN <jeanfrancois.monin@r...> |
| Subject: | Re: [Caml-list] how to start |
> # type idref={ mutable id : 'a. 'a -> 'a};;
> what does "." mean?
This just a separator.
You can read 'a. 'a -> 'a as (forall 'a) 'a -> 'a
Jean-Francois Monin