The F# PowerPack is a collection of libraries and tools for use with the F# programming language provided by the F# team at Microsoft.
This is functionality which is not part of the core F# release, but enables some development scenarios with F#. The PowerPack include features such as a basic Matrix library and supporting math types, FsLex and FsYacc tools for lexing and parsing, support for using F# with LINQ-based libraries, and a tool for generating HTML documentation from F# libraries. This functionality, which has previously been available in the F# CTP releases, is now available on CodePlex. The F# PowerPack will continue to evolve seperately from the main F# releases, and the features will continue to be improved and iterated upon.
http://fsharppowerpack.codeplex.com/
像什么Vector、Matrix之类的都在这里啦,需要去挖掘。