(define impc:ti:split-namedfunc (lambda (str) (if (symbol? str) (set! str (symbol->string str))) (regex:type-split str ":")))