Compilation error due to augmenting a non-existing type
does X::Comp
Thrown when trying to augment a type which doesn't exist.
For example
use MONKEY-TYPING;augment
dies with
You tried to augment , but it does not exist
method package-kind(--> Str)
Returns the kind of package (class, grammar) that is being tried to augment
Returns the name that was tried to augment, but which doesn't exist.