Allow variables to be bound to complex expressions.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 2 Feb 2009 14:27:20 +0000 (15:27 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 2 Feb 2009 14:27:20 +0000 (15:27 +0100)
commit9bffa6fd1ddc30866e7092ee477c0ee03a10a062
tree937f915fc5711d44d6345950fd200d787370e281
parent66ef8c863b9e1b5c36fdecb160a5023fb06f8d2d
Allow variables to be bound to complex expressions.

Previously, variables (in let expressions for example) could only be bound
to single values. This enables them to be bound to for example tuples as
well.
Translator.hs