| catenate/1 | catenate(Args) is the concatenation of Args as an atom. |
| gensym/0 | gensym() is a fresh atom. |
| gensym/1 |
catenate(Args::[atom() | integer() | float() | string()]) -> atom()
catenate(Args) is the concatenation of Args as an atom.
gensym() -> atom()
gensym() is a fresh atom.
gensym(Prefix0) -> any()
Generated by EDoc