Name: Anonymous 2008-10-04 8:04
This thread is actually about programming.
Is there some sort of shortcut for the lambda in
Is there some sort of shortcut for the lambda in
Seq.map (fun (m:IModule) -> m.Name) modules? It would be nice to do Seq.map IModule.Name modules or something like that.