Split substitute into substitute and substitute_clone.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 19 Aug 2009 15:14:50 +0000 (17:14 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 19 Aug 2009 15:14:50 +0000 (17:14 +0200)
commit6e0808a8e328f0a5fc0c62f0328c978507fd5627
treefd5f51e8160ab91f19e57e780d1b5f6ead822c4f
parent5eb86d4e07de5c2a31e0862314d100f72bfaa46e
Split substitute into substitute and substitute_clone.

Since cloning is not needed (nor possible) for type substitutions, this
makes things a bit more clear and elegant.
cλash/CLasH/Normalize.hs
cλash/CLasH/Normalize/NormalizeTools.hs