Index the list of functions with information about argument usage in addition to...
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 2 Feb 2009 12:11:01 +0000 (13:11 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 2 Feb 2009 12:11:01 +0000 (13:11 +0100)
commit0c02bf89b75f30f8415bd0359934aba120eda2b5
treee3516512b36a59c1d86873f8546cad9328c8cf0a
parentb2e147bebb4ac8195971cd427903e53082f3bdf6
Index the list of functions with information about argument usage in addition to the function name.

This will allow some sort of function overloading later on. In particular,
it will allow the VHDL interface and implementation of a function be
different depending on how and where the function is called, but still use
the same VHDL entity where the invocations are the same.

The extra information is not yet used or filled in, this will come next.
Translator.hs