Make letsimpl work on and generate a non-recursive let.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 14 Aug 2009 12:17:51 +0000 (14:17 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 14 Aug 2009 12:17:51 +0000 (14:17 +0200)
commit40f6fa36c61009396934942a580be62d8cc58da2
tree3e70dab847c4b6179d15eea78ea9d27d6a19c80f
parenta225f53c9ac84f9c325d498867e92b302cbac83a
Make letsimpl work on and generate a non-recursive let.

Previously, letsimpl would work on a recursive let only, and add a new
binding to that recursive let. Now, it works on any let and produces a new
non-recursive let.
cλash/CLasH/Normalize.hs