typescript-vim
typescript-vim copied to clipboard
Can't properly syntax the generic arguments of a function which is the return value of a function with a function argument
Like this: (l: (s: string) => void) => <T> (t: T) => t. (used by mixins)