I\'m in the process of coding the knight\'s tour function, and I\'m as far as this where I\'m getting an infinte loop in my ghci:
type Field = (Int, Int) nex