У меня этот код вызывает ошибку, когда файл не существует.
if !File.Exists(doFile) then
printfn "doFile doesn't exist %s" doFile; failwith "quit"
Однако я получил эту ошибку. Что не так?
error FS0001: This expression was expected to have type
bool ref
but here has type
bool