[code cleanups
John Meacham <john@repetae.net>**20100227012103
 Ignore-this: 2e801f7e24ea9992ff7aec406fc4ab4d
] hunk ./src/Grin/Grin.hs 503
-instance CanType e t => CanType [e] [t] where
-    getType es = map getType es
-
hunk ./src/Support/CanType.hs 9
+instance CanType e t => CanType [e] [t] where
+    getType es = map getType es
+
+