When I am defining Position as mentioned below:
type Position = int * int
I am getting run time error as shown below:
type Position = int * int<