On mån, 2009-12-14 at 16:58 +0100, Philippe Lang wrote:
> My idea was to parse the functions definitions in order to build
> dependencies between the functions. I'm not sure how difficult it is,
> especially with overloaded functions, which require more than a simple
> pattern search inside the function definition in order to be
> distinguished...
In the general case, this will ultimately be equivalent to solving the
halting problem.