Work on gibs and chasms
This commit is contained in:
@@ -40,3 +40,7 @@ p = 10 ^ (15 :: Int)
|
||||
|
||||
instance (ShortShow a, ShortShow b) => ShortShow (a, b) where
|
||||
shortShow (a, b) = '(' : shortShow a ++ "," ++ shortShow b ++ ")"
|
||||
|
||||
instance (ShortShow a, ShortShow b, ShortShow c) => ShortShow (a, b, c) where
|
||||
shortShow (a, b, c)
|
||||
= '(' : shortShow a ++ "," ++ shortShow b ++ "," ++ shortShow c ++ ")"
|
||||
|
||||
Reference in New Issue
Block a user