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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -