http://www.erlang.org/news/35 mentioned that this will be documented, but I can't find it in the documentation.
相关问题
- C#: How do i get 2 lists into one 2-tuple list in
- installing packages for python 3
- Multiplying a list of tuples by a tuple in F#
- Is “new” in Erlang part of the official standard a
- how to create a keep-alive process in Erlang
相关文章
- Given a list and a bitmask, how do I return the va
- How do I modify a record in erlang?
- How to arrange a Makefile to compile a kernel modu
- php module does not compile. Does not recognize “s
- Check active timers in Erlang
- Applying multiple tuples to the same function (i.e
- Sharing an Android library between multiple Androi
- Limitations of PyTuple_SetItem
A "tuple module" is a tuple with two elements, the name of a module and a list of extra arguments. For example:
Such a tuple can be used instead of a module name in function calls. In this case, the function being called will get the tuple in question as an additional argument at the end of the argument list:
This call is equivalent to:
Tuple modules are kept for backwards compatibility, as they were the implementation mechanism for parameterised modules, which were removed from the language in R16.