let x : int = match ("Doctor") { "Doctor" -> 1 | (_ : string) -> 0 }