Pass around a session variable.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 22 Jan 2009 16:33:51 +0000 (17:33 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 22 Jan 2009 16:33:51 +0000 (17:33 +0100)
commit43f37e2590806f2f1019018dfc7274a428ece743
tree4a2828880335adb7c573d7a3aec507c887c5888a
parent5915de9ec972ca50bd9eb111cddc0fc55aff51ac
Pass around a session variable.

This session variable stores a list of available functions and a number
for generating unique names. So far, the session is only used to lookup
output port names and is read only (ie, not returned from functions).
Translator.hs