This is awesome! Is the code available as open source anywhere? I might be interested in making my own personal deployment because I think youtube is far too distracting
let fizzbuzz n =
match n mod 3, n mod 5 with
| 0, 0 -> "fizzbuzz"
| 0, _ -> "fizz"
| _, 0 -> "buzz"
| _ -> string_of_int n [person
tells you that you're getting a list of persons. That's the most important part. The rest is telling you how they're getting in that list. select person from people where person.isvalid = true
vs [person for person in people if person.isvalid]