> My intention was to check to see if a proc hello exists in the current scope 
> that doesn't conflict with the proc I'm about to create.

A simple test call to the proc would do (`when compiles(hello()): ...`). But 
then, the compiler would issue an error anyway if there's a conflict with an 
existing proc, so why bother checking that in custom compile-time code?

Reply via email to