No instance for (Show (((t0,
t1), (t2, t3)) -> ((t0, t1), (t2, t3)))) arising from
a use of `print'
Possible fix: add an instance declaration for (Show
(((t0, t1), (t2, t3)) -> ((t0, t1), (t2, t3))))
In the expression: print
In the expression: print $ center ((1, 2), (3, 4))
In an equation for `main': main = print $ center ((1,
2), (3, 4))