Hello,

Optional arguments are only permitted on type members.
Functors and labels are not supported.
You able to instantiate all collections without functors:

1
2
3
Set.of_list [for i in 1..100 -> i*i]
Set.empty<int>
... (see docs to F# library)

If you want to define Set<your_own_type>, you can implement type with appropriate interface declared.

By on 8/23/2008 7:55 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