(from "some-idiot-made-a-long-named-module.arc")
[fn] (some-idiot-made-a-long-named-module@foo test)
Demonstrates how having to mention the module everywhere
just makes it harder for everyone. Accepts two symbols,
some-idiot-made-a-long-named-module@foo2 or
some-idiot-made-a-long-named-module@foo3
Example:
(some-idiot-made-a-long-named-module@foo1
'some-idiot-made-a-long-named-module@foo2)
See also [[some-idiot-made-a-long-named-module@foo2]]
[[some-idiot-made-a-long-named-module@foo3]]
There's a reason why package systems such as, say, C++'s, have some feature which allows you to not mention the module name all the time.