Fix a small bug in the case wildening.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 31 Jul 2009 11:04:05 +0000 (13:04 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 31 Jul 2009 11:09:30 +0000 (13:09 +0200)
commitfe2ce8cf5b960691bd598d5e15bc897c6015cc10
tree5cf8c95156a6e55a44e16e4890d87c8d776271d5
parent63eb4d0050f202ee022c2d89c46a33f47c646d79
Fix a small bug in the case wildening.

This bug could be triggered when the scrutinee was a datatype containing a
non-representable value. This is probably not translatable, but handle it
properly anyway.
cλash/CLasH/Normalize.hs