Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 594 Bytes

Readme.md

File metadata and controls

22 lines (17 loc) · 594 Bytes

F# Code Examples

Blog post:

Code Examples in examples folder

  • 01HelloWorldRepl.fsx
  • 02SimilarToLinqWithPipes.fs
  • 03PipingFunctions.fs
  • 04TypesAndObjects.fs
  • 05ListsAndCollections.fs
  • 06JsonNetSerialization.fs
  • 07PatternMatching.fs
  • 08Html.fs
  • 09ApiAsyncAwait.fs

Simple Unit Test Example in fsharpTests folder

TODO: add some FS Check test examples