Module '{0}' contains
    {1}    
but its signature specifies
    {2}    
The arities in the signature and implementation differ. The signature specifies that '{3}' is function definition or lambda expression accepting at least {4} argument(s), but the implementation is a computed function value. To declare that a computed function value is a permitted implementation simply parenthesize its type in the signature, e.g.
	val {5}: int -> (int -> int)
instead of
	val {6}: int -> int -> int.
						Modifying a try/catch/finally statement when the finally block is active will prevent the debug session from continuing while ...
Modifying the initializer of a '%1' in a generic type will prevent the debug session from continuing while Edit and Continue ...
Module '{0}' contains {1} but its signature specifies {2} One is a type function and the other is not. The signature requires ...
Module '{0}' contains {1} but its signature specifies {2} The accessibility specified in the signature is more than that ...
Module '{0}' contains {1} but its signature specifies {2} The arities in the signature and implementation differ. The signature ...
Module '{0}' contains {1} but its signature specifies {2} The compiled representation of this method is as a static member ...
Module '{0}' contains {1} but its signature specifies {2} The compiled representation of this method is as an instance member, ...
Module '{0}' contains {1} but its signature specifies {2} The generic parameters in the signature and implementation have ...
Module '{0}' contains {1} but its signature specifies {2} The number of generic parameters in the signature and implementation ...