Add a base case to splitTupleConstructorArgs.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 29 Jan 2009 15:49:05 +0000 (16:49 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 29 Jan 2009 15:49:05 +0000 (16:49 +0100)
commit55d68cd587b7b980fe9e6da0142f99fdf40c0d26
tree84a401f31ab8c7badffd7120af97160e7f72f9a9
parente9945a3b25fa39d6a049a2e9c44f4beba98a41a1
Add a base case to splitTupleConstructorArgs.

Apparently we've never tried to find the end of the returned list before :-)
Translator.hs