It seems that F# Type Providers are the leading feature of F# 3.0. My question is simple, what should I use it for? I am scientifically oriented (engineering). The only examples I have seen so far are related to web - is it the only real use of this feature?
EDIT:
There is a nice introduction of Type Providers together with information on when to use them and when not to use them here.
A really nice example on how to implement a Vector type is here: http://www.mindscapehq.com/blog/index.php/2011/09/19/f-type-providers-as-if-by-magic/