match Seq.tryfind ((=) "") caseList with None -> print_string "didn't find it" | Some s -> printfn "found it: %s" s