Does anyone know what type providers are available on tryfsharp.org?
For example, I know that a CsvFile type provider is available by referencing:
#r "Samples.Csv.dll"
Additionally, there are:
#r "Samples.Hadoop.TypeProviders.dll"
#r "Samples.DataStore.Freebase.dll"
But what others can be used? It would be cool if an XML or JSON type provider were available. I can't seem to find any documentation on what dll's can be referenced in a script on tryfsharp.org.
Anyone have additional information on the matter?