/home/MYqnMw/prog.fs(20,31): error FS0043: The type 'int' does not support any operators named '=='
/home/MYqnMw/prog.fs(22,26): error FS0039: The value or constructor 'isPrime' is not defined
/home/MYqnMw/prog.fs(23,39): error FS0001: This expression was expected to have type
int
but here has type
int64
/home/MYqnMw/prog.fs(28,10): error FS0072: Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
/home/MYqnMw/prog.fs(28,33): warning FS0020: This expression should have type 'unit', but has type 'int'. Use 'ignore' to discard the result of the expression, or 'let' to bind the result to a name.
/home/MYqnMw/prog.fs(31,28): error FS0072: Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
/home/MYqnMw/prog.fs(32,15): error FS0001: Type mismatch. Expecting a
'a
but given a
seq<'a>
The resulting type would be infinite when unifying ''a' and 'seq<'a>'