No big deal. In the example code I did a by-name in the delegate method so at least it's transparent to the end-user.
Derek On Sat, Nov 29, 2008 at 11:06 AM, Jorge Ortiz <[EMAIL PROTECTED]> wrote: > Just wanted to chime in real quick... > > >> type Getter = () => MyType // Can this be by-name in any way? >> > > No. By-names are not first-class types. It's gotta be () => MyType > > --j > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
