iterator split(s: string): string = discard assert typeof("a b c".split) is stringassert typeof("a b c".split, typeOfProc) is seq[string]