/home/QUCR3W/prog.fs(19,26): error FS0039: The value or constructor 'isPrime' is not defined
/home/QUCR3W/prog.fs(20,39): error FS0001: This expression was expected to have type
int
but here has type
int64
/home/QUCR3W/prog.fs(25,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/QUCR3W/prog.fs(25,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/QUCR3W/prog.fs(28,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/QUCR3W/prog.fs(29,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>'