Currently, PGo will crash with NotImplementedError if a TLA+ module it's compiling references external definitions.
Anything involving EXTENDS, INSTANCE and a module that is not built-in will cause this problem.
While this does not impact most usage, it would be good to eventually implement the relevant scoping / compilation features.