Introduce a new type HsValueMap.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 2 Feb 2009 11:44:50 +0000 (12:44 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 2 Feb 2009 11:44:50 +0000 (12:44 +0100)
commitb2e147bebb4ac8195971cd427903e53082f3bdf6
tree103d4ad5512f903682c02b8a7132d568b62ac2d7
parent39ddcee174445353b8fd83385cb078d0653507ba
Introduce a new type HsValueMap.

This type generalized SignalNameMap (which remains as a type alias for
now), but can map a haskell value to any value.
Translator.hs