Make SignalNameMap always map VHDLId's.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 30 Jan 2009 12:13:18 +0000 (13:13 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 30 Jan 2009 12:13:18 +0000 (13:13 +0100)
commit698e8d4deb062bca9b6a0452f228f6e8e9cb1c6d
tree892c59ce0e36fa00aca491d77e778561561a09f9
parent12a143295c93d0df233c0e5e9bc16207a5a4b6d3
Make SignalNameMap always map VHDLId's.

Previously, the SignalNameMap had a type argument to specify the
idenitifier type, which helped in transitioning from String to VHDLId but
is not longer used now.
Translator.hs