/home/3w6LOw/prog.fs(43,22): error FS0597: Successive arguments should be separated by spaces or tupled, and arguments involving function or method applications should be parenthesized
/home/3w6LOw/prog.fs(44,1): error FS1161: TABs are not allowed in F# code unless the #indent "off" option is used
/home/3w6LOw/prog.fs(43,46): error FS0597: Successive arguments should be separated by spaces or tupled, and arguments involving function or method applications should be parenthesized
/home/3w6LOw/prog.fs(43,5): error FS0588: Block following this 'let' is unfinished. Expect an expression.
/home/3w6LOw/prog.fs(44,2): error FS0010: Unexpected identifier in expression. Expected ')' or other token.
/home/3w6LOw/prog.fs(42,41): error FS0583: Unmatched '('
/home/3w6LOw/prog.fs(44,3): warning FS0058: Possible incorrect indentation: this token is offside of context started at position (42:24). Try indenting this token further or using standard formatting conventions.
/home/3w6LOw/prog.fs(44,2): error FS0597: Successive arguments should be separated by spaces or tupled, and arguments involving function or method applications should be parenthesized
/home/3w6LOw/prog.fs(45,1): error FS0010: Unexpected symbol ')' in binding. Expected incomplete structured construct at or before this point or other token.