set-find-type
builtin-function
(set-find-type name type)
Gives the name name to the prototype or System.Type type. The symbol name
may now be used by the function type? and by the special form defmethod.
make-html > (set-find-type 'a (new :name "mies"))
it: #s(a :name "mies" )