Here is the F # code with syntax and semantic errors:
let a b = b b
let x = (if)
EDIT: F # for Vim reports an infinite type error and a syntax error, but fsceither fsistops only with a sytnax error.

How does F # for Vim report syntax and semantic error at the same time, while the F # compiler stops only with syntax error messages?
source
share