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
-~----------~----~----~----~------~----~------~--~---

Reply via email to