Bowling kata fsharp

Two implementations of: https://codingdojo.org/kata/Bowling/ using TDD

  • First one: following the kata description, no validations, no error handling, the most basic implementation.
  • Second one one: Adding ADT models, validations, error handling, and an extended implementation.