Store signals in a map.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 13 Feb 2009 10:11:33 +0000 (11:11 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 13 Feb 2009 10:11:33 +0000 (11:11 +0100)
commit9913c8098b3f42e404ee1b76c2ccd47f15769c64
tree5b728155dc6f77ef4330485f9b442fc3c1fbd17b
parent790cb87bc728be4140ea7cf0d5444cc4cf96d0dc
Store signals in a map.

This turns the list of Signals into a list of (sigid, SignalInfo), which
enables lookup by id.
FlattenTypes.hs
Pretty.hs
Translator.hs