# Basically I want to do something like: type SomeProc = proc (x, y: int): string proc someProc[T](): T.returnType = return "Hello world"