Browse thread
Value shadowing
[
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: | blue storm <bluestorm.dylc@g...> |
| Subject: | Re: [Caml-list] Value shadowing |
It could also be possible, with some more camlp4 sweetness, to allow for local, explicit shadowing. You'd write something like | rebind x::xs -> , and it would suppress the warning. The problem is that it would make the extension invasive.