Anonymous ObjectExpr miranda printing
Kevin Reid <[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
? def foo() { return def _ {} }; foo()
# value: <_>
I seem to recall this used to print as "<...foo$1>", or whatever it
was the simplifyFQName procedure produced. I can see how this
presumably got lost in our transition to pattern- rather than FQN-
bearing ObjectExprs, but is there any reason it isn't a good idea to
reintroduce it?
In particular, my debugging is often made more difficult by having
objects print as just <_>.
--
Kevin Reid <http://homepage.mac.com/kpreid/>