Fraser Wilson <blancoli...@gmail.com> writes:

> module LordsOfMidnight.Character(Character) where
>
> data Character = C { name     :: String,
>                      location :: (Int,Int),
>                      facing   :: Direction,
>                      hour     :: Int,
>                      energy   :: Int,
>                      fear     :: Int,
>                      riders   :: Int,
>                      soldiers :: Int,
>                      hiding   :: Bool
>                    }

Daniel Fisher thinks again...

(With apologies for the rather obscure reference.)

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to