but this will not work for my actual case.

Why not? The old hole syntax

1
<@ ... _ ... @>

is equivalent to

1
fun x -> <@ ... %x ... @>

so it should always be replaceable.

By on 7/10/2009 3:07 AM ()

Fair point! Thanks for the question back. I was not thinking functionally enough about the problem. What I was trying to do was build a LinqToSQL query that I would not have to copy and paste in a bunch of different places to get data from my constant table.(I wanted to also memoize the computations so I don't have to hit the DB for constant data that stays the same through the life of the app).

By on 7/10/2009 6:42 AM ()

Also, I should add is the _ deprecated as it does not seem to work in the latest version?

By on 7/10/2009 6:43 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper