-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea: Extend Koans to Include Type Providers #77
Comments
Ok, I've thrown together a simple first pass using FSharp.Data and the CsvProvider with a small local file. I'd love to get some thoughts on this before I submit a PR for it. |
So far I can see that I have a build warning that I need some help with.
|
you need FSharp.Data preview versions - 3.x. The older only supports full framework. |
That appears to have done the trick! Thanks so much! |
…xclusions for local files
…lusions for local files
Hi Folks,
I loved what I learned with this and want to learn about FSharp type providers. I'm wondering if anyone has considered a Koan specific to Type Providers? I'm willing to do some coding, but wanted to be sure that it wasn't something ruled out early on for some reason I'm blissfully unaware of.
I appreciate all of the efforts that have gone into and continue to go into making this a top-notch teaching tool!
The text was updated successfully, but these errors were encountered: