
29 Dec
2008
29 Dec
'08
11:29 p.m.
On Mon, Dec 29, 2008 at 9:29 PM, Dan Weston
I'm confused how this isn't just tantamount to using Data.Map (Integer,Integer) a.
Data.Map.Map is strict in terms of structure. The number of elements
in the map must be known and less than (maxBound :: Int).
That being said, I'm not sure what something like Grid a would be good
for. Perhaps memoizing a function that took a list of moves as input.
--
Dave Menendez