You're right, your module's `getType` was used. Just to be used in type 
annotations it should not be immediate - should either have typed arguments or 
be overloaded. Adding some proc (template, ...) like `proc getType = discard` 
makes `import macros` unneeded - that was just coincidence, that it has the 
same-named procedure, making your template overloaded.

Reply via email to