Browse thread
Fine-grained types with more general library
-
Dawid Toton
-
Edgar Friendly
- Bünzli_Daniel
- Dawid Toton
- David Teller
-
Edgar Friendly
[
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: | Bünzli_Daniel <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] Fine-grained types with more general library |
Le 10 févr. 08 à 20:15, Edgar Friendly a écrit : > type 'a path = string list > type remote_t = `Remote path > type local_t = `Local path Yes, but make sure that the type path is abstract or private otherwise it won't work. Daniel