Browse thread
Unquantifiable escaping type in variation of visitor pattern
[
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-02-09 (00:17) |
From: | John Prevost <j.prevost@g...> |
Subject: | Re: [Caml-list] Unquantifiable escaping type in variation of visitor pattern |
Hmm. Would it be possible to include a more complete example (even if it doesn't compile)--that is, one where the visitor actually performs real work? My suspicion is that you would be better off *not* encoding this visitor pattern using objects, but since I'm not clear on how you intend to use it, I can't give a concrete example. (And likewise even if objects are the best choice.) John.