/home/Vm3v7k/prog.fs(26,35): error FS0039: The type 'int'' is not defined
/home/Vm3v7k/prog.fs(26,35): error FS0039: The type 'int'' is not defined
/home/Vm3v7k/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/Vm3v7k/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/Vm3v7k/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/Vm3v7k/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>'