Make splitNormalized work for non-recursive lets.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 13 Aug 2009 14:24:44 +0000 (16:24 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 13 Aug 2009 14:24:44 +0000 (16:24 +0200)
commit3a2910eae9d5ae9846a7bd350b829e624717c4a3
tree4e0151d3466082bf9a246f4292fcb95c3c81c6cf
parent10dfe589f40e65d51ca1585beecf00ae85169cae
Make splitNormalized work for non-recursive lets.

For now, normalized expressions can only contain a (single) recursive let,
but this should become nested non-recursive lets only in the future.
cλash/CLasH/Normalize.hs