Hey,<div>    Is there a way in Erlang which can give me a function's dependencies? Such as dependency_of_fun(A) will result in all functions' names (including modules)<br clear="all"><div> being used in A? Also, apart from this, can I somehow extract a function clause by knowing its signature only?</div>
<br>
</div><div>Thanks in advance for all your help</div>