/home/poo98J/prog.fs(17,10): error FS0043: The type 'int' does not match the type 'int64 -> int64 -> int64 -> int64'
/home/poo98J/prog.fs(23,27): error FS0039: The value or constructor 'binomialMod' is not defined
/home/poo98J/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/poo98J/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/poo98J/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/poo98J/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>'