While parsing Julia expressions, I noticed that sometimes calls to global functions resolve to `GloablRef` and sometimes to getfield(Module, func). Could somebody please clarify:
1. Why do we need both? 2. Is it safe to replace one by the other (assuming only modules and functions are involved)?
