[make sure lint checking checks allocation counts
John Meacham <john@repetae.net>**20120117065431
 Ignore-this: 33d7e354866db8f35d76e23c45c45503
] hunk ./src/Grin/Lint.hs 278
-    f Alloc { expValue = v } = do
+    f Alloc { expValue = v, expCount = c, expRegion = r } = do
hunk ./src/Grin/Lint.hs 280
+        tcVal c
+        tcVal r