Can can I call a function in the same Erlang Parameterised module? -
I want to I have a parameter module into Erlang which I call a parameter module to function functions B A. How can I do this?
From the paper:
Each task of an abstract module, The variable is always bound to the current module instance
so you can just write in a function B:
this: A ().
Comments
Post a Comment