Random bits of F# that might be interesting
- An SMS message part splitter than can split GSM and Unicode messages
- A queue implementation
- A simple in memory key value store built with an F# actor
- A function cache
- A Sudoku solver
- A result monad (similar to either monad)
- Some simple kata problems and solutions
- A simple Trie (Prefix Tree)