Snippets created by Colin Bull

  • Another tennis implementation

    Simple game of tennis... refactored after reading Richard Minerich blog post @http://richardminerich.com/2011/02/the-road-to-functional-programming-in-f-from-imperative-to-computation-expressions/

    2 people like this
    Posted: 6 months ago by Colin Bull

  • tryNth

    Computes the nth value of a sequence if the nth value is past the length of the sequence then None is returned else some

    2 people like this
    Posted: 4 days ago by Colin Bull