Handle tuple constructors in expressions.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 21 Jan 2009 12:40:07 +0000 (13:40 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 21 Jan 2009 12:40:07 +0000 (13:40 +0100)
commit07298714eb35ff958058349a7b5e5f07fcedbbdc
treecd536332692e89c8594a67c99c0c05be24f32cb5
parent521cfc8520d80624b509c789022fcb2f7852063a
Handle tuple constructors in expressions.

This enables a hardware model to have multiple output ports, using a tuple
type. The code is still a bit hacky and only works for two-tuples.
Translator.hs