Dumping ground for F# learning
Much of this is taken from Derek Banas' video.
- Program.fs
- output_examples.fs
- bind_examples.fs
- function_examples.fs
- maths_examples.fs
- string_examples.fs
- loop_examples.fs
- conditional_examples.fs
- list_examples.fs
- enum_examples.fs
- option_examples.fs
- tuple_examples.fs
- record_examples.fs
- sequence_examples.fs
- map_examples.fs
- generics_examples.fs
- exception_examples.fs
- struct_examples.fs
- class_examples.fs
- inheritance_examples.fs
..there's also the following file, which is basically an introduction to F# which ships with most instances of Visual Studio