
27 Sep
2007
27 Sep
'07
6:17 p.m.
On Sep 27, 2007, at 14:14 , bbrown wrote:
instance Show SimplePlayer where show a = "<Simple> posX [" ++ show a{posX} ++ "]"
instance Show SimplePlayer where show a = "<Simple> posX [" ++ show (posX a) ++ "]" You might also want to consider deriving(Show). -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH